Update src/_trash: if -h, --help specified, no other options should be completed

Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
This commit is contained in:
Lucas 2023-07-10 10:23:24 +02:00 committed by GitHub
parent 25b297fafa
commit 9a8fda443c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ args=(
'--delete[Delete a file from the trash]'
'--empty[Empty the trash bin]'
'--rm[Escape hatch to permanently delete a file]'
'(-h --help)'{-h,--help}'[This help information]'
'(- *)'{-h,--help}'[This help information]'
'*:: :->file'
)