mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Manualy reformated trash-cli
This commit is contained in:
+9
-10
@@ -41,16 +41,15 @@
|
||||
|
||||
_trash-put() {
|
||||
|
||||
|
||||
_arguments -C \
|
||||
'--version[Show programs version number and exit]' \
|
||||
{-h,--help}'[Show help message and exit]' \
|
||||
{-d,--directory}'[Remove empty directories - ignored (for GNU rm compabilty)]' \
|
||||
{-f,--force}'[Ignore nonexistent arguments and never prompt - ignored (for GNU rm compabilty)]' \
|
||||
{-i,--interactive}'[Prompt before every removal - ignored (for GNU rm compabilty)]' \
|
||||
{-r,-R,--recursive}'[Remove directories and their content recursively - ignored (for GNU rm compabilty)]' \
|
||||
{-v,--verbose}'[Explain what is being done]' \
|
||||
'*: :_files' \
|
||||
_arguments -C \
|
||||
'--version[Show programs version number and exit]' \
|
||||
{-h,--help}'[Show help message and exit]' \
|
||||
{-d,--directory}'[Remove empty directories - ignored (for GNU rm compabilty)]' \
|
||||
{-f,--force}'[Ignore nonexistent arguments and never prompt - ignored (for GNU rm compabilty)]' \
|
||||
{-i,--interactive}'[Prompt before every removal - ignored (for GNU rm compabilty)]' \
|
||||
{-r,-R,--recursive}'[Remove directories and their content recursively - ignored (for GNU rm compabilty)]' \
|
||||
{-v,--verbose}'[Explain what is being done]' \
|
||||
'*: :_files' \
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user