From c942fad9018288a86a524bafd2160fac5cffce7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ed=C3=AAnis=20Freindorfer=20Azevedo?= Date: Sat, 28 Aug 2021 14:59:57 -0300 Subject: [PATCH] Add completion output for `lxc-ls --fancy-format`. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Edênis Freindorfer Azevedo --- config/bash/lxc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/config/bash/lxc.in b/config/bash/lxc.in index ca6caa85d..2b8833422 100644 --- a/config/bash/lxc.in +++ b/config/bash/lxc.in @@ -635,6 +635,7 @@ _lxc_ls() { # Only flags. ;; --fancy-format | -F ) + __lxc_piped_args "${cur}" ',' NAME STATE PID RAM SWAP AUTOSTART GROUPS INTERFACE IPV4 IPV6 UNPRIVILEGED return ;; --groups | -g ) -- 2.47.2