Add kpod wait
Waits on one or more containers to stop and prints the container's return code Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
parent
214adee0ef
commit
3bf23b684a
12 changed files with 340 additions and 1 deletions
|
@ -388,6 +388,11 @@ _kpod_unpause() {
|
|||
"
|
||||
local boolean_options=""
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
|
||||
_kpod_wait() {
|
||||
local options_with_args=""
|
||||
local boolean_options="--help -h"
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
}
|
||||
|
||||
_complete_() {
|
||||
|
@ -455,6 +460,7 @@ _kpod_kpod() {
|
|||
unmount
|
||||
unpause
|
||||
version
|
||||
wait
|
||||
"
|
||||
|
||||
case "$prev" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue