Add 'kpod save' command
Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
9dbd60a0df
commit
ff5eda509a
7 changed files with 214 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue