mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Update completions for fish_indent
This commit is contained in:
parent
a76afd6dae
commit
8d50b2509d
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
complete -c fish_indent -s h -l help --description 'Display help and exit'
|
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 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'
|
complete -c fish_indent -s i -l no-indent --description 'Do not indent output, only reformat into one job per line'
|
||||||
|
complete -c fish_indent -l ansi --description 'Colorize the output using ANSI escape sequences'
|
||||||
|
complete -c fish_indent -l html --description 'Output in HTML format'
|
||||||
|
|
Loading…
Reference in a new issue