]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: add --expand option for bits
authorWanBingjiang <wanbingjiang@webray.com.cn>
Mon, 27 Apr 2026 09:12:11 +0000 (17:12 +0800)
committerWanBingjiang <wanbingjiang@webray.com.cn>
Wed, 29 Apr 2026 01:48:35 +0000 (09:48 +0800)
Signed-off-by: WanBingjiang <wanbingjiang@webray.com.cn>
bash-completion/bits

index c0e9fe63bd6b175176a0209918d7392f792546e8..f68e59aaa4b5310dc649a533ae7b469429912b35 100644 (file)
@@ -11,7 +11,7 @@ _bits_module()
        esac
        case $cur in
        -*)
-               OPTS="--version --help --width --mask --grouped-mask --bit --binary --list"
+               OPTS="--version --help --width --mask --grouped-mask --bit --binary --list --expand"
                COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                return 0
                ;;