Add bash completions for podman refresh

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #981
Approved by: baude
This commit is contained in:
Matthew Heon
2018-06-21 15:24:21 -04:00
committed by Atomic Bot
parent f557523207
commit 24a05e786d

View File

@ -718,6 +718,14 @@ _podman_container_port() {
_podman_port
}
_podman_container_refresh() {
local options_with_args="
"
local boolean_options="
"
_complete_ "$options_with_args" "$boolean_options"
}
_podman_container_restart() {
_podman_restart
}
@ -781,6 +789,7 @@ _podman_container() {
mount
pause
port
refresh
restart
rm
run