From: EdĂȘnis Freindorfer Azevedo Date: Sat, 28 Aug 2021 17:59:57 +0000 (-0300) Subject: Add completion output for `lxc-ls --fancy-format`. X-Git-Tag: lxc-5.0.0~91^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4c68e67aceaa83852675b91be083023a60e0b8;p=thirdparty%2Flxc.git Add completion output for `lxc-ls --fancy-format`. Signed-off-by: EdĂȘnis Freindorfer Azevedo --- 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 )