38cf1e292b00f20ee3b5e4f7ed9d7b942da108b2 |
|
22-Jun-2015 |
Eric Cook <llua@gmx.com> |
zsh-completion: _systemd-nspawn - add more argument completion
filenames will be completed for --image/-i/--bind/--bind-ro/--tmpfs
network interfaces for --network-(interface|macvlan|ipvlan|bridge)
users for --user/-u, yes & no for --register, x86 * x86-64 for
--personality
display a message of the expected argument for --machine/-M/--uuid
--slice/-S/--port/-p/--selinux-*/-Z/-L/--setenv
Allow completing commands(and their options) of the host system for COMMAND |
6b85708cfd371f40ed95462cd8787ee0673ad36d |
|
16-May-2015 |
Lukas Rusak <lorusak@gmail.com> |
zsh-completion: add missing completions for systemd-nspawn |
4433c995c77b66f42fe4a238aff6b53706628a2e |
|
25-Mar-2014 |
Daniel Mack <zonque@gmail.com> |
completions: fix/augment zsh completions for systemd-nspawn, busctl, loginctl, hostnamectl, localectl, machinectl |
862f4963c6f7778cea9e715eeb11ea959eba6db3 |
|
23-Aug-2013 |
William Giokas <1007380@gmail.com> |
zsh_completion: Fix single letter args
Things like -n to specify the lines to show with systemctl and
journalctl accepts syntax like:
journalctl -n4
systemctl -n14
Previously, typing `-nXX <tab>` where XX is a number, zsh would try to
complete an integer. Now it will see the XX and use the _journalctl_none
completion. This is also how any of the single letter options that take
arguments work as well. |
30fd4d1eb13a200ebcc852d3ce28f3cb30197957 |
|
02-Aug-2013 |
William Giokas <1007380@gmail.com> |
zsh_completion: Split out zsh _systemd-nspawn
Also fix the random lack of completion |