diff --git a/share/completions/fish_indent.fish b/share/completions/fish_indent.fish new file mode 100644 index 000000000..57fbde098 --- /dev/null +++ b/share/completions/fish_indent.fish @@ -0,0 +1,3 @@ +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'