diff options
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 13be64e06..4a694ca44 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1247,6 +1247,7 @@ _podman_commit() { -c --message -m + --iidfile " local boolean_options=" --help @@ -1967,6 +1968,7 @@ _podman_container_run() { boolean_options="$boolean_options --detach -d --rm + --rmi --sig-proxy=false " __podman_complete_detach_keys && return @@ -3316,7 +3318,6 @@ _podman_volume() { _podman_podman() { local options_with_args=" --config -c - --cpu-profile --root --runroot --storage-driver @@ -3333,6 +3334,7 @@ _podman_podman() { " commands=" attach + auto-update build commit container |