Add 'kpod load' command
Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
79c5160e5a
commit
412b98be26
10 changed files with 323 additions and 33 deletions
|
@ -157,6 +157,16 @@ _complete_() {
|
|||
esac
|
||||
}
|
||||
|
||||
_kpod_load() {
|
||||
local options_with_args="
|
||||
--input -i
|
||||
"
|
||||
local boolean_options="
|
||||
--quiet -q
|
||||
"
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
}
|
||||
|
||||
_kpod_kpod() {
|
||||
local options_with_args="
|
||||
"
|
||||
|
@ -173,6 +183,7 @@ _kpod_kpod() {
|
|||
version
|
||||
pull
|
||||
history
|
||||
load
|
||||
"
|
||||
|
||||
case "$prev" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue