mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Update 'go tool fix' completion
This commit is contained in:
+4
-3
@@ -917,11 +917,12 @@ case $state in
|
||||
'-u[show docs for unexported and exported symbols and methods]'
|
||||
;;
|
||||
|
||||
fix)
|
||||
(fix)
|
||||
_arguments \
|
||||
'(* -)-help[show help message]' \
|
||||
'-diff[display diffs instead of rewriting files]' \
|
||||
'-force[force fixes to run even if the code looks updated]:string' \
|
||||
'-r[restrict the rewrites]:string' \
|
||||
'-force[force fixes to run even if the code looks updated]:string:__go_fix_names' \
|
||||
'-r[restrict the rewrites]:string:__go_fix_names' \
|
||||
'*:files:_files'
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user