fish-shell/share/completions/fish_indent.fish

6 lines
438 B
Fish
Raw Normal View History

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'
2014-12-24 21:07:28 +00:00
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'