Merge pull request #23295 from sdurrheimer/zsh-completion-search-limit
Add zsh completion for 'docker search --limit'
This commit is contained in:
commit
ab0c683f5d
1 changed files with 1 additions and 0 deletions
|
@ -1193,6 +1193,7 @@ __docker_subcommand() {
|
|||
_arguments $(__docker_arguments) \
|
||||
$opts_help \
|
||||
"($help)*"{-f=,--filter=}"[Filter values]:filter:->filter-options" \
|
||||
"($help)--limit=[Maximum returned search results]:limit:(1 5 10 25 50)" \
|
||||
"($help)--no-trunc[Do not truncate output]" \
|
||||
"($help -):term: " && ret=0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue