chiark / gitweb /
zsh_completion: Allow specifying multiple arguments
authorWilliam Giokas <1007380@gmail.com>
Thu, 15 Aug 2013 03:09:14 +0000 (22:09 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Aug 2013 15:29:08 +0000 (11:29 -0400)
commit298b9e23a6e21161a7fe486aab94944a58d5e90c
treef6a92e5e86445f2c91241fc5fee02da93d3ceb3a
parent1acbb95c2b58373909d1e7a09a2eed0f6595cf6e
zsh_completion: Allow specifying multiple arguments

Some of the options in systemd can take multiple arguments, such as
systemctl's --type option. Previously, you would only be able to
complete a single type after the -t, but now zsh will continue to
complete the types, separating them by commas.

systemd-inhibit's --what command has colon (:), and that has been taken
into account.
Makefile.am
shell-completion/zsh/_systemctl
shell-completion/zsh/_systemd
shell-completion/zsh/_systemd-delta [new file with mode: 0644]
shell-completion/zsh/_systemd-inhibit