From 3ba2c3e11791b9da11661ea45d966d2db621a6ac Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 11 Dec 2017 09:34:58 -0600 Subject: kpod top Display information about processes in a running container. Signed-off-by: baude Closes: #121 Approved by: rhatdan --- completions/bash/kpod | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'completions/bash/kpod') diff --git a/completions/bash/kpod b/completions/bash/kpod index 3e291c526..f5caeceb3 100644 --- a/completions/bash/kpod +++ b/completions/bash/kpod @@ -1288,6 +1288,14 @@ kpod_tag() { _complete_ "$options_with_args" "$boolean_options" } +kpod_top() { + local options_with_args=" + " + local boolean_options=" + " + _complete_ "$options_with_args" "$boolean_options" +} + _kpod_version() { local options_with_args=" " -- cgit v1.2.3-54-g00ecf