mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-08 01:50:11 +03:00
bash-completion: do not ellipsize machine name
This commit is contained in:
@ -35,7 +35,7 @@ __get_slices() {
|
||||
|
||||
__get_machines() {
|
||||
local a b
|
||||
machinectl list --no-legend --no-pager | { while read a b; do echo " $a"; done; };
|
||||
machinectl list --full --no-legend --no-pager | { while read a b; do echo " $a"; done; };
|
||||
}
|
||||
|
||||
__get_env() {
|
||||
|
Reference in New Issue
Block a user