Manualy reformated trash-cli

This commit is contained in:
Jindrich Pilar
2016-10-09 11:13:27 +02:00
parent 116c85a7d7
commit d7b0bc8fb2
4 changed files with 20 additions and 24 deletions
+9 -10
View File
@@ -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' \
}