mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
6e9364ab50
The "debug-level" flag makes little sense since we have no more debug *levels* left.
10 lines
831 B
Fish
10 lines
831 B
Fish
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 i -l no-indent -d 'Do not indent output, only reformat into one job per line'
|
|
complete -c fish_indent -l ansi -d 'Colorize the output using ANSI escape sequences'
|
|
complete -c fish_indent -l html -d 'Output in HTML format'
|
|
complete -c fish_indent -s w -l write -d 'Write to file'
|
|
complete -c fish_indent -s d -l debug -x -d 'Enable debug at specified verbosity level'
|
|
complete -c fish_indent -s o -l debug-output -d "Where to direct debug output to" -rF
|
|
complete -c fish_indent -s D -l debug-stack-frames -x -d 'Specify how many stack frames to display in debug messages'
|
|
complete -c fish_indent -l dump-parse-tree -d 'Dump information about parsed statements to stderr'
|