From: Yu Watanabe Date: Thu, 9 Jan 2020 11:21:28 +0000 (+0900) Subject: bash-completion: networkctl: support --full and --lines X-Git-Tag: v245-rc1~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ca1926ec314d66e7400fb9821889866ccdd02cc;p=thirdparty%2Fsystemd.git bash-completion: networkctl: support --full and --lines --- diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 290a62f8116..47fff4a2dcb 100644 --- a/shell-completion/bash/networkctl +++ b/shell-completion/bash/networkctl @@ -32,8 +32,8 @@ _networkctl() { local i verb comps local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} local -A OPTS=( - [STANDALONE]='-a --all -h --help --version --no-pager --no-legend -s --stats' - [ARG]='' + [STANDALONE]='-a --all -h --help --version --no-pager --no-legend -s --stats -l --full' + [ARG]='-n --lines' ) local -A VERBS=(