Prechádzať zdrojové kódy

Add zsh completion for 'docker network inspect --verbose'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Steve Durrheimer 8 rokov pred
rodič
commit
b30906e29c
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      contrib/completion/zsh/_docker

+ 1 - 0
contrib/completion/zsh/_docker

@@ -1267,6 +1267,7 @@ __docker_network_subcommand() {
             _arguments $(__docker_arguments) \
             _arguments $(__docker_arguments) \
                 $opts_help \
                 $opts_help \
                 "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \
                 "($help -f --format)"{-f=,--format=}"[Format the output using the given go template]:template: " \
+                "($help)--verbose[Show detailed information]" \
                 "($help -)*:network:__docker_complete_networks" && ret=0
                 "($help -)*:network:__docker_complete_networks" && ret=0
             ;;
             ;;
         (ls)
         (ls)