Remove kpod launch example code
We now have actual kpod code, so no reason to have a not implemented feature. Especially when we don't intend to create kpod launch. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
73c5285260
commit
0bd5f6cebc
6 changed files with 1 additions and 72 deletions
|
@ -68,14 +68,6 @@ _kpod_rmi() {
|
|||
esac
|
||||
}
|
||||
|
||||
_kpod_launch() {
|
||||
local options_with_args="
|
||||
"
|
||||
local boolean_options="
|
||||
"
|
||||
_complete_ "$options_with_args" "$boolean_options"
|
||||
}
|
||||
|
||||
_kpod_version() {
|
||||
local options_with_args="
|
||||
"
|
||||
|
@ -110,7 +102,6 @@ _kpod_kpod() {
|
|||
"
|
||||
commands="
|
||||
images
|
||||
launch
|
||||
rmi
|
||||
tag
|
||||
version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue