mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add completions for the fish_indent command
darcs-hash:20080109031024-75c98-23e2782d68822c1005eb9766ae2d14e76ed5499b.gz
This commit is contained in:
parent
605fffa9d2
commit
3a2f7d0edf
1 changed files with 3 additions and 0 deletions
3
share/completions/fish_indent.fish
Normal file
3
share/completions/fish_indent.fish
Normal file
|
@ -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'
|
Loading…
Reference in a new issue