Browse code

Merge pull request #30944 from sdurrheimer/zsh-completion-build-squash

Add zsh completion for 'docker build --squash'

Brian Goff authored on 2017/02/13 23:33:39
Showing 1 changed files
... ...
@@ -946,6 +946,7 @@ __docker_image_subcommand() {
946 946
                 "($help -q --quiet)"{-q,--quiet}"[Suppress verbose build output]" \
947 947
                 "($help)--rm[Remove intermediate containers after a successful build]" \
948 948
                 "($help)*--shm-size=[Size of '/dev/shm' (format is '<number><unit>')]:shm size: " \
949
+                "($help)--squash[Squash newly built layers into a single new layer]" \
949 950
                 "($help -t --tag)*"{-t=,--tag=}"[Repository, name and tag for the image]: :__docker_complete_repositories_with_tags" \
950 951
                 "($help)*--ulimit=[ulimit options]:ulimit: " \
951 952
                 "($help)--userns=[Container user namespace]:user namespace:(host)" \