summaryrefslogtreecommitdiff
path: root/completions/bash
diff options
context:
space:
mode:
Diffstat (limited to 'completions/bash')
-rw-r--r--completions/bash/podman10
1 files changed, 10 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index d4334d68b..5df1eaa36 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -1312,6 +1312,16 @@ _podman_run() {
_podman_container_run
}
+_podman_restart() {
+ local options_with_args="
+ --timeout -t
+ "
+ local boolean_options="
+ --latest
+ -l"
+ _complete_ "$options_with_args" "$boolean_options"
+}
+
_podman_rm() {
local boolean_options="
--all