Re: [systemd-devel] [PATCH] zsh-completion: Move machine listing to autoload

2013-11-07 Thread Ronny Chevalier
You can do the same with _outputmodes which is used in _systemctl and _journalctl 2013/11/7 William Giokas <1007...@gmail.com>: > Instead of having two different listings of machines, use an autoloaded > function that can be used by other shell completions in the future. It > will also allow editi

[systemd-devel] [PATCH] zsh-completion: Move machine listing to autoload

2013-11-07 Thread William Giokas
Instead of having two different listings of machines, use an autoloaded function that can be used by other shell completions in the future. It will also allow editing a single file to change the way machinectl and systemd-run completion for machines. --- An extension of the previous zsh completion