mirror of
https://github.com/containers/podman.git
synced 2025-05-31 07:27:13 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user