mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
bash-completion: networkctl: do not show ellipsized link name
This commit is contained in:
parent
a42d949080
commit
6c64cf8859
@ -25,7 +25,7 @@ __contains_word () {
|
||||
}
|
||||
|
||||
__get_links() {
|
||||
networkctl list --no-legend --no-pager --all | { while read -r a b c; do echo " $b"; done; };
|
||||
networkctl list --no-legend --no-pager --all --full | { while read -r a b c; do echo " $b"; done; };
|
||||
}
|
||||
|
||||
_networkctl() {
|
||||
|
Loading…
Reference in New Issue
Block a user