mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
zsh/_networkctl: remove duplicated argument for completion (#31926)
It is unnecessary, which will mess the completion.
(cherry picked from commit 733518b413
)
This commit is contained in:
parent
995c702a34
commit
fd2a6ea0a8
@ -29,7 +29,7 @@
|
||||
(list|status|up|down|cat|edit|lldp|delete|renew|forcerenew|reconfigure)
|
||||
for link in ${(f)"$(_call_program links networkctl list --no-legend)"}; do _links+=($link[(w)2]:$link); done
|
||||
if [[ -n "$_links" ]]; then
|
||||
_describe -t links 'links' _links _links $( [[ $cmd == (edit|cat) ]] && print -- -P@ )
|
||||
_describe -t links 'links' _links $( [[ $cmd == (edit|cat) ]] && print -- -P@ )
|
||||
else
|
||||
_message "no links"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user