chiark / gitweb /
systemctl: allow multiple arguments to --type
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 11 Apr 2013 02:40:58 +0000 (22:40 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 11 Apr 2013 23:11:52 +0000 (19:11 -0400)
commit20b3f379cfd44e61dd1838a107f1d5363fab5b5d
tree026941d6a711a91d38e4422c99215c8ecbf6e8b1
parent296f3c53cb4a87e297c019475f900fb3cca2d781
systemctl: allow multiple arguments to --type

This mirrors --property, and is generally useful.

New functionality is used in bash completion.

In case of zsh completion, new functionality is less useful
because of caching. Nevertheless, zsh completion for restart
is made to behave more-or-less the same as bash completion.
At least sockets can be restarted.
man/systemctl.xml
shell-completion/bash/systemctl
shell-completion/systemd-zsh-completion.zsh
src/systemctl/systemctl.c