From 9c67a5f31cae5b565617893f784234aebbafb383 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Wed, 9 Sep 2020 12:50:14 +0200 Subject: 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 --- completions/bash/podman | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'completions/bash/podman') 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" -- cgit v1.2.3-54-g00ecf