From 2724434369037938f5dceaf7bf8268d4d5ce1a68 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 15 Mar 2018 15:00:18 -0400 Subject: Add 'podman restart' command Signed-off-by: Matthew Heon Closes: #503 Approved by: rhatdan --- completions/bash/podman | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'completions/bash/podman') 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 -- cgit v1.2.3-54-g00ecf