mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
bash-completion: networkctl: support --full and --lines
This commit is contained in:
committed by
Lennart Poettering
parent
404308486a
commit
0ca1926ec3
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user