mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 09:31:16 -03:00
fish_indent -c/--check completions
Manpage `fish_indent(1)` documents the `-c/--check` option, which checks if a file is already indented as `fish_indent` would. This option is now included in the completions for `fish_indent`.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
complete -c fish_indent -s h -l help -d 'Display help and exit'
|
||||
complete -c fish_indent -s v -l version -d 'Display version and exit'
|
||||
complete -c fish_indent -s c -l check -d 'Do not indent, only return 0 if the code is already indented as fish_indent would'
|
||||
complete -c fish_indent -s i -l no-indent -d 'Do not indent output, only reformat into one job per line'
|
||||
complete -c fish_indent -l only-indent -d 'Do not reformat, only indent lines'
|
||||
complete -c fish_indent -l only-unindent -d 'Do not reformat, only unindent lines'
|
||||
|
||||
Reference in New Issue
Block a user