mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
shell-completion: do not truncate suggestions
This commit is contained in:
parent
f8c2e4b926
commit
6552c29edb
@ -32,7 +32,7 @@ __get_machines() {
|
||||
__get_busnames() {
|
||||
local mode=$1
|
||||
local a b
|
||||
busctl $mode list --no-legend --no-pager 2>/dev/null |
|
||||
COLUMNS=65535 busctl $mode list --no-legend --no-pager 2>/dev/null |
|
||||
{ while read a b; do echo " $a"; done; };
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user