diff options
Diffstat (limited to 'completions/bash/podman')
-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 60d5fde52..2c334957e 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -764,6 +764,10 @@ _podman_container_commit() { _podman_commit } +_podman_container_cp() { + _podman_cp +} + _podman_container_create() { _podman_create } @@ -961,6 +965,7 @@ _podman_container() { attach checkpoint commit + cp create diff exec |