aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/fish_indent.fish
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2008-01-09 13:10:24 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2008-01-09 13:10:24 +1000
commit3a2f7d0edf2ed07c44f8839d632873dc4d9596b1 (patch)
tree95aa8e2c41a4d3f82beb24cec79afde20fc3c589 /share/completions/fish_indent.fish
parent605fffa9d2e1c746dd0729cc7193d38f7a7ff681 (diff)
Add completions for the fish_indent command
darcs-hash:20080109031024-75c98-23e2782d68822c1005eb9766ae2d14e76ed5499b.gz
Diffstat (limited to 'share/completions/fish_indent.fish')
-rw-r--r--share/completions/fish_indent.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/completions/fish_indent.fish b/share/completions/fish_indent.fish
new file mode 100644
index 00000000..57fbde09
--- /dev/null
+++ b/share/completions/fish_indent.fish
@@ -0,0 +1,3 @@
+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'