diff options
author | Flavio Castelli <fcastelli@suse.com> | 2020-09-09 12:50:14 +0200 |
---|---|---|
committer | Flavio Castelli <fcastelli@suse.com> | 2020-09-09 12:50:14 +0200 |
commit | 9c67a5f31cae5b565617893f784234aebbafb383 (patch) | |
tree | 16428a224001e5dc421090d353f91062ba9c1186 /completions | |
parent | 4caa8b31d7f411640e6eb2dd768b8b0d6a83d86d (diff) | |
download | podman-9c67a5f31cae5b565617893f784234aebbafb383.tar.gz podman-9c67a5f31cae5b565617893f784234aebbafb383.tar.bz2 podman-9c67a5f31cae5b565617893f784234aebbafb383.zip |
Extend bash completion to cover new flags
Ensure the new flags added to `manifest add` are known to bash
completion.
Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Diffstat (limited to 'completions')
-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 3b50af1a9..89127840e 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" |