kpod stop -a

Stop all running containers with single switch.  Useful for
maintainence of a system or integration tests.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #90
Approved by: rhatdan
This commit is contained in:
baude
2017-11-29 20:01:39 -06:00
committed by Atomic Bot
parent 82018a4a9f
commit 1f01faf437
4 changed files with 57 additions and 13 deletions

View File

@ -1352,7 +1352,9 @@ _kpod_stop() {
local options_with_args="
--timeout -t
"
local boolean_options=""
local boolean_options="
--all
-a"
_complete_ "$options_with_args" "$boolean_options"
}