Manualy reformated trash-cli
This commit is contained in:
parent
116c85a7d7
commit
d7b0bc8fb2
|
@ -41,11 +41,10 @@
|
||||||
|
|
||||||
_trash-empty() {
|
_trash-empty() {
|
||||||
|
|
||||||
|
_arguments -C \
|
||||||
_arguments -C \
|
'--version[Show programs version number and exit]' \
|
||||||
'--version[Show programs version number and exit]' \
|
{-h,--help}'[Show help message and exit]' \
|
||||||
{-h,--help}'[Show help message and exit]' \
|
'*: :' \
|
||||||
'*: :' \
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -41,11 +41,10 @@
|
||||||
|
|
||||||
_trash-list() {
|
_trash-list() {
|
||||||
|
|
||||||
|
_arguments -C \
|
||||||
_arguments -C \
|
'--version[Show programs version number and exit]' \
|
||||||
'--version[Show programs version number and exit]' \
|
{-h,--help}'[Show help message and exit]' \
|
||||||
{-h,--help}'[Show help message and exit]' \
|
'*: :' \
|
||||||
'*: :' \
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -41,16 +41,15 @@
|
||||||
|
|
||||||
_trash-put() {
|
_trash-put() {
|
||||||
|
|
||||||
|
_arguments -C \
|
||||||
_arguments -C \
|
'--version[Show programs version number and exit]' \
|
||||||
'--version[Show programs version number and exit]' \
|
{-h,--help}'[Show help message and exit]' \
|
||||||
{-h,--help}'[Show help message and exit]' \
|
{-d,--directory}'[Remove empty directories - ignored (for GNU rm compabilty)]' \
|
||||||
{-d,--directory}'[Remove empty directories - ignored (for GNU rm compabilty)]' \
|
{-f,--force}'[Ignore nonexistent arguments and never prompt - 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)]' \
|
||||||
{-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)]' \
|
||||||
{-r,-R,--recursive}'[Remove directories and their content recursively - ignored (for GNU rm compabilty)]' \
|
{-v,--verbose}'[Explain what is being done]' \
|
||||||
{-v,--verbose}'[Explain what is being done]' \
|
'*: :_files' \
|
||||||
'*: :_files' \
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -41,10 +41,9 @@
|
||||||
|
|
||||||
_trash-restore() {
|
_trash-restore() {
|
||||||
|
|
||||||
|
_arguments -C \
|
||||||
_arguments -C \
|
'--version[Show programs version number and exit]' \
|
||||||
'--version[Show programs version number and exit]' \
|
'*: :' \
|
||||||
'*: :' \
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue