mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Add golint completions
This commit is contained in:
parent
7a97095583
commit
536d6cebd9
3
share/completions/golint.fish
Normal file
3
share/completions/golint.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user