mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Update src/_trash: can't use -i, -I and -f at the same time
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
This commit is contained in:
+3
-3
@@ -18,9 +18,9 @@ args=(
|
||||
'(-d --dir)'{-d,--dir}'[Remove empty directories]'
|
||||
'(-r --recursive)'{-r,--recursive}'[Delete directories and their contents]'
|
||||
'(-v --verbose)'{-v,--verbose}'[Print more information]'
|
||||
'(-i --interactive)'{-i,--interactive}'[Ask before each deletion]'
|
||||
'(-I --interactive-once)'{-I,--interactive-once}'[Ask once if deleting 3 or more]'
|
||||
'(-f --force)'{-f,--force}'[Don'\''t prompt and ignore errors]'
|
||||
'(-i --interactive -I --interactive-once -f --force)'{-i,--interactive}'[Ask before each deletion]'
|
||||
'(-i --interactive -I --interactive-once -f --force)'{-I,--interactive-once}'[Ask once if deleting 3 or more]'
|
||||
'(-i --interactive -I --interactive-once -f --force)'{-f,--force}'[Don'\''t prompt and ignore errors]'
|
||||
'--version[Output the version and exit]'
|
||||
'--list[List out the files in the trash]'
|
||||
'--orphans[List orphaned files in the trash]'
|
||||
|
||||
Reference in New Issue
Block a user