mirror of
https://github.com/systemd/systemd.git
synced 2025-01-24 06:04:05 +03: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…
x
Reference in New Issue
Block a user