diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-10 12:51:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 12:51:21 -0400 |
commit | fc70360a3b9c23a7694ac1b00b3a9ccffb032048 (patch) | |
tree | 97bc83e1b8740a84ad967a826dab5e59de79c723 /completions/bash/podman | |
parent | 99c91eed1d66668ccf3072a2da328e73cba7c956 (diff) | |
parent | 9c67a5f31cae5b565617893f784234aebbafb383 (diff) | |
download | podman-fc70360a3b9c23a7694ac1b00b3a9ccffb032048.tar.gz podman-fc70360a3b9c23a7694ac1b00b3a9ccffb032048.tar.bz2 podman-fc70360a3b9c23a7694ac1b00b3a9ccffb032048.zip |
Merge pull request #7576 from openSUSE/manifest-add-extend-flags
Extend the flags of the `manifest add` command
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index e250f344b..e8185235b 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1846,6 +1846,9 @@ _podman_manifest() { _podman_manifest_add() { local options_with_args=" --annotation + --authfile + --cert-dir + --creds --arch --features --os @@ -1857,6 +1860,7 @@ _podman_manifest_add() { --all --help -h + --tls-verify " _complete_ "$options_with_args" "$boolean_options" |