diff options
Diffstat (limited to 'completions/bash')
-rw-r--r-- | completions/bash/podman | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index f7ae8fb85..00da883e7 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -709,18 +709,36 @@ _podman_build() { " local options_with_args=" + --add-host + --annotation --authfile --build-arg --cert-dir + --cgroup-parent + --cpu-period + --cpu-quota + --cpu-shares + --cpuset-cpus + --cpuset-mems --creds - --file -f + --file --format + --iidfile + --label + -m + --memory + --memory-swap --runtime --runtime-flag + --security-opt + --shm-size --signature-policy - --tag -t + --tag + --ulimit + -v + --volume " local all_options="$options_with_args $boolean_options" |