Add zsh completion for 'docker import -m --message'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
master
Steve Durrheimer 2015-10-16 08:25:28 +02:00 committed by Tibor Vass
parent 570a5f17bf
commit 1040139182
1 changed files with 1 additions and 0 deletions

View File

@ -642,6 +642,7 @@ __docker_subcommand() {
_arguments \
$opts_help \
"($help -c --change)*"{-c,--change=-}"[Apply Dockerfile instruction to the created image]:Dockerfile:_files" \
"($help -m --message)"{-m,--message=-}"[Set commit message for imported image]:message: " \
"($help -):URL:(- http:// file://)" \
"($help -): :__docker_repositories_with_tags" && ret=0
;;