mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
shell-completion: add missing verbs for networkctl
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
8f843190ff
commit
e4f8d5e01f
@@ -37,8 +37,8 @@ _networkctl() {
|
||||
)
|
||||
|
||||
local -A VERBS=(
|
||||
[STANDALONE]='label'
|
||||
[LINKS]='status list lldp delete renew'
|
||||
[STANDALONE]='label reload'
|
||||
[LINKS]='status list lldp delete renew up down forcerenew reconfigure'
|
||||
)
|
||||
|
||||
_init_completion || return
|
||||
|
||||
Reference in New Issue
Block a user