mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
3a2f7d0edf
darcs-hash:20080109031024-75c98-23e2782d68822c1005eb9766ae2d14e76ed5499b.gz
3 lines
272 B
Fish
3 lines
272 B
Fish
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'
|