mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
bash-completions: Add missing subcommands in 'podman system'
Signed-off-by: Matej Marusak <mmarusak@redhat.com>
This commit is contained in:
@@ -1221,8 +1221,11 @@ _podman_system() {
|
||||
subcommands="
|
||||
df
|
||||
info
|
||||
migrate
|
||||
prune
|
||||
renumber
|
||||
reset
|
||||
service
|
||||
"
|
||||
__podman_subcommands "$subcommands" && return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user