mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 21:31:14 -03:00
Add completions for the fish_indent command
darcs-hash:20080109031024-75c98-23e2782d68822c1005eb9766ae2d14e76ed5499b.gz
This commit is contained in:
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'
|
||||
Reference in New Issue
Block a user