From 742475885eee9a21232f24aa7528eb5e0022a42f Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 27 Nov 2017 12:40:45 -0600 Subject: kpod_start Starts one or more containers. Signed-off-by: baude Closes: #83 Approved by: rhatdan --- completions/bash/kpod | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'completions') diff --git a/completions/bash/kpod b/completions/bash/kpod index 0fb413fe8..93009e6af 100644 --- a/completions/bash/kpod +++ b/completions/bash/kpod @@ -1334,6 +1334,20 @@ _kpod_ps() { _complete_ "$options_with_args" "$boolean_options" } +_kpod_start() { + local options_with_args=" + --detach-keys + " + + local boolean_options=" + -h + --help + -a + --attach + -i + --interactive" + _complete_ "$options_with_args" "$boolean_options" +} _kpod_stop() { local options_with_args=" --timeout -t @@ -1450,6 +1464,7 @@ _kpod_kpod() { rmi run save + start stats stop tag -- cgit v1.2.3-54-g00ecf