mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Update 'bundle clean --force' completion document
This commit is contained in:
+1
-1
@@ -323,7 +323,7 @@ case $state in
|
||||
clean)
|
||||
_arguments \
|
||||
'--dry-run[print the changes, but do not clean the unused gems]' \
|
||||
'--force[force a clean even if system gem is used]' \
|
||||
'--force[forces cleaning up unused gems even if Bundler is configured to use globally installed gems]' \
|
||||
&& ret=0
|
||||
;;
|
||||
doctor)
|
||||
|
||||
Reference in New Issue
Block a user