mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-07 16:41:44 +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'
|