From 96157a05f61b5965d807406238859ede35f54976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Martinez?= Date: Wed, 7 Dec 2016 21:51:28 +0100 Subject: [PATCH] Update fish_indent completions --- share/completions/fish_indent.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/completions/fish_indent.fish b/share/completions/fish_indent.fish index c9ae10922..fa17f081e 100644 --- a/share/completions/fish_indent.fish +++ b/share/completions/fish_indent.fish @@ -3,3 +3,7 @@ complete -c fish_indent -s v -l version --description 'Display version and exit' complete -c fish_indent -s i -l no-indent --description 'Do not indent output, only reformat into one job per line' complete -c fish_indent -l ansi --description 'Colorize the output using ANSI escape sequences' complete -c fish_indent -l html --description 'Output in HTML format' +complete -c fish_indent -s w -l write --description 'Write to file' +complete -c fish_indent -s d -l debug-level -x --description 'Enable debug at specified verbosity level' +complete -c fish_indent -s D -l debug-stack-frames -x --description 'Specify how many stack frames to display in debug messages' +complete -c fish_indent -l dump-parse-tree --description 'Dump information about parsed statements to stderr'