aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/fish_indent.fish
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-24 13:07:28 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-24 13:07:28 -0800
commit8d50b2509d2b9c1f17aa8bf3b5d4bc76811b4355 (patch)
treece8b324dd69efa6b5b96b205243dfec9a57ff217 /share/completions/fish_indent.fish
parenta76afd6dae276fd2f4d51a0991cd9eda440811d7 (diff)
Update completions for fish_indent
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'