Add 'kpod save' command

Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
umohnani8 2017-07-14 10:31:02 -04:00
parent 9dbd60a0df
commit ff5eda509a
7 changed files with 214 additions and 0 deletions

View file

@ -130,6 +130,16 @@ _kpod_version() {
_complete_ "$options_with_args" "$boolean_options"
}
_kpod_save() {
local options_with_args="
--output -o
"
local boolean_options="
--quiet -q
"
_complete_ "$options_with_args" "$boolean_options"
}
_complete_() {
local options_with_args=$1
local boolean_options="$2 -h --help"