diff options
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index f0c8e7394..379ba7fc8 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -3602,22 +3602,32 @@ _podman_volume() { _podman_podman() { local options_with_args=" - --config -c + --cni-config-dir + --conmon + --connection -c + --events-backend + --hooks-dir + --identity + --log-level + --namespace + --network-cmd-path --root --runroot --storage-driver --storage-opt - --log-level - --namespace - " + --tmpdir + --runtime + --url + " local boolean_options=" --help - -h + --syslog --version + -h + -r, --remote -v - --syslog " - commands=" + commands=" attach auto-update build |