mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
bash-completion: support --stats/-s option of networkctl
This commit is contained in:
@@ -32,7 +32,7 @@ _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'
|
||||
[STANDALONE]='-a --all -h --help --version --no-pager --no-legend -s --stats'
|
||||
[ARG]=''
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user