fish-shell/share/completions/golint.fish

4 lines
269 B
Fish
Raw Normal View History

2016-06-08 11:40:27 +00:00
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"