diff options
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/kpod | 15 |
1 files changed, 15 insertions, 0 deletions
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 |