mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 12:19:36 +00: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:
parent
f557523207
commit
24a05e786d
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue