mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 15:16:40 +08:00
4 lines
272 B
Fish
4 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'
|