mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
shell-completion: add missing verbs for networkctl
This commit is contained in:
parent
8f843190ff
commit
e4f8d5e01f
@ -37,8 +37,8 @@ _networkctl() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
local -A VERBS=(
|
local -A VERBS=(
|
||||||
[STANDALONE]='label'
|
[STANDALONE]='label reload'
|
||||||
[LINKS]='status list lldp delete renew'
|
[LINKS]='status list lldp delete renew up down forcerenew reconfigure'
|
||||||
)
|
)
|
||||||
|
|
||||||
_init_completion || return
|
_init_completion || return
|
||||||
|
Loading…
Reference in New Issue
Block a user