зеркало из https://github.com/microsoft/docker.git
Remove '-n -l --latest' options from 'docker network ls' in zsh completion
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Родитель
f255155f6b
Коммит
080a906aac
|
@ -263,8 +263,6 @@ __docker_network_subcommand() {
|
||||||
(ls)
|
(ls)
|
||||||
_arguments \
|
_arguments \
|
||||||
$opts_help \
|
$opts_help \
|
||||||
"($help -l --latest)"{-l,--latest}"[Show the latest network created]" \
|
|
||||||
"($help)-n=-[Show n last created networks]:Number of networks: " \
|
|
||||||
"($help)--no-trunc[Do not truncate the output]" \
|
"($help)--no-trunc[Do not truncate the output]" \
|
||||||
"($help -q --quiet)"{-q,--quiet}"[Only display numeric IDs]" && ret=0
|
"($help -q --quiet)"{-q,--quiet}"[Only display numeric IDs]" && ret=0
|
||||||
;;
|
;;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче