mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-27 03:08:04 +00:00
Merge pull request #17082 from sdurrheimer/zsh-completion-remove-network-ls-old-options
Remove 'docker network ls -n -l --latest' options from in zsh completion
This commit is contained in:
@@ -268,8 +268,6 @@ __docker_network_subcommand() {
|
||||
(ls)
|
||||
_arguments \
|
||||
$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 -q --quiet)"{-q,--quiet}"[Only display numeric IDs]" && ret=0
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user