Selaa lähdekoodia

Remove '-n -l --latest' options from 'docker network ls' in zsh completion

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Steve Durrheimer 9 vuotta sitten
vanhempi
commit
080a906aac
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      contrib/completion/zsh/_docker

+ 0 - 2
contrib/completion/zsh/_docker

@@ -263,8 +263,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
             ;;