commit
f82fe5691a
134 changed files with 42027 additions and 33 deletions
|
@ -219,6 +219,25 @@ _kpod_rmi() {
|
|||
esac
|
||||
}
|
||||
|
||||
_kpod_stats() {
|
||||
local boolean_options="
|
||||
--help
|
||||
--all
|
||||
-a
|
||||
--no-stream
|
||||
--format
|
||||
"
|
||||
|
||||
case "$cur" in
|
||||
-*)
|
||||
COMPREPLY=($(compgen -W "$boolean_options $options_with_args" -- "$cur"))
|
||||
;;
|
||||
*)
|
||||
__kpod_list_containers
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
kpod_tag() {
|
||||
local options_with_args="
|
||||
"
|
||||
|
@ -304,6 +323,7 @@ _kpod_kpod() {
|
|||
pull
|
||||
push
|
||||
rmi
|
||||
stats
|
||||
tag
|
||||
umount
|
||||
unmount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue