fish-shell/share/completions/golint.fish
Fabian Homborg 8dc4b0d4b2 Merge pull request #3123 from moverest/completion
Extend autocompletion support
2016-06-20 18:05:01 -07:00

3 lines
269 B
Fish

complete -c golint -l min_confidence -o min_confidence -d "Minimum confidence of a problem to print it" -x
complete -c golint -l set_exit_status -o set_exit_status -d "Set exit status to 1 if any issues are found"
complete -c golint -l help -o help -s h -d "Show help"