From a22f00d4c58fdaba479405b38bac1508ef889c7e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Sat, 22 Dec 2018 07:28:21 -0500 Subject: Allow alias for list, ls, ps to work Allow multiple alias for listing containers and images. Also fix documentation for umount and unmount Signed-off-by: Daniel J Walsh --- completions/bash/podman | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'completions/bash/podman') diff --git a/completions/bash/podman b/completions/bash/podman index 2ce70a1f5..a85574d10 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -784,6 +784,10 @@ _podman_container_kill() { _podman_kill } +_podman_container_list() { + _podman_ls +} + _podman_container_ls() { _podman_ls } @@ -804,6 +808,10 @@ _podman_container_port() { _podman_port } +_podman_container_ps() { + _podman_ls +} + _podman_container_refresh() { local options_with_args=" " -- cgit v1.2.3-54-g00ecf