aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/fish_indent.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/fish_indent.fish')
-rw-r--r--share/completions/fish_indent.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/completions/fish_indent.fish b/share/completions/fish_indent.fish
index 57fbde09..c9ae1092 100644
--- a/share/completions/fish_indent.fish
+++ b/share/completions/fish_indent.fish
@@ -1,3 +1,5 @@
complete -c fish_indent -s h -l help --description 'Display help and exit'
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'