bash-completion: networkctl: do not show ellipsized link name

This commit is contained in:
Yu Watanabe 2020-01-10 12:13:12 +09:00
parent a42d949080
commit 6c64cf8859
1 changed files with 1 additions and 1 deletions

View File

@ -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() {