From 087fdda199aaef9f1f0ae1d111e60d22a40ed106 Mon Sep 17 00:00:00 2001 From: Kunal Kushwaha Date: Tue, 12 May 2020 05:02:54 +0000 Subject: Testcase added for network commands New testcase for network ls --filter and inspect --format added. Also bash completion options updated. Signed-off-by: Kunal Kushwaha --- completions/bash/podman | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'completions/bash') diff --git a/completions/bash/podman b/completions/bash/podman index 5dbd179ce..9baf7901e 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1024,6 +1024,8 @@ _podman_network_inspect() { local boolean_options=" --help -h + --format + -f " _complete_ "$options_with_args" "$boolean_options" @@ -1042,6 +1044,9 @@ _podman_network_ls() { -h --quiet -q + --format + -f + -- filter " _complete_ "$options_with_args" "$boolean_options" -- cgit v1.2.3-54-g00ecf