mirror of
https://github.com/systemd/systemd.git
synced 2025-04-01 18:50:16 +03:00
add "list" verb to autocompleted commands
This commit is contained in:
parent
6ff45bc1a1
commit
50574ed1ac
@ -24,7 +24,7 @@
|
||||
local -a _links
|
||||
cmd="${${_networkctl_cmds[(r)$words[1]:*]%%:*}}"
|
||||
case $cmd in
|
||||
(status|up|down|lldp|delete|renew|forcerenew|reconfigure)
|
||||
(list|status|up|down|lldp|delete|renew|forcerenew|reconfigure)
|
||||
_links=( "${(foa)$(networkctl list --no-legend | awk 'BEGIN{OFS=":"} {sub(/[[ \t]+/, ""); print $2,$0}' 2>/dev/null)}" )
|
||||
if [[ -n "$_links" ]]; then
|
||||
_describe -t links 'links' _links
|
||||
|
Loading…
x
Reference in New Issue
Block a user