inital commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#compdef biggest
|
||||
|
||||
# Completion for:
|
||||
# biggest [-n COUNT|--number COUNT] [-p PATTERN|--pattern PATTERN]
|
||||
|
||||
_arguments -s \
|
||||
'(-h --help)'{-h,--help}'[show help information]' \
|
||||
'(-n --number)'{-n,--number}'[number of entries to display]:number of entries:(10 20 50 100 200)' \
|
||||
'(-p --pattern)'{-p,--pattern}'[glob-style pattern to match]:glob pattern:_files' && return 0
|
||||
Reference in New Issue
Block a user