diff options
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 5dbd179ce..9baf7901e 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1024,6 +1024,8 @@ _podman_network_inspect() { local boolean_options=" --help -h + --format + -f " _complete_ "$options_with_args" "$boolean_options" @@ -1042,6 +1044,9 @@ _podman_network_ls() { -h --quiet -q + --format + -f + -- filter " _complete_ "$options_with_args" "$boolean_options" |