mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
zsh-completion: complete available, not running machines for clone
This commit is contained in:
parent
567e5d5549
commit
ed251bf26b
@ -60,6 +60,8 @@ _available_machines() {
|
||||
case $cmd in
|
||||
list*|cancel-transfer|pull-tar|pull-raw)
|
||||
msg="no options" ;;
|
||||
clone)
|
||||
_available_machines ;;
|
||||
start)
|
||||
_available_machines ;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user