diff options
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 5b23e12dc..98038d19c 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -769,6 +769,10 @@ _podman_container_commit() { _podman_commit } +_podman_container_cp() { + _podman_cp +} + _podman_container_create() { _podman_create } @@ -966,6 +970,7 @@ _podman_container() { attach checkpoint commit + cp create diff exec |