dana
c501ecd70c
zsh completion: Prevent functions from clobbering each other, &c.
...
- Don't redefine helpers on every call
- Prefix helper names with main function name
- Adjust some helper names for consistency and convention adherance
2019-01-08 15:23:37 +01:00
Paul Seyfert
0e9ab1af64
zsh/coredumpctl: don't print warnings from completion function
2018-12-31 21:27:09 +01:00
Paul Seyfert
ffc7a6e931
zsh/coredumpctl: offer --quiet
2018-12-26 14:02:06 +01:00
Paul Seyfert
10dd7e746b
zsh/coredumpctl: offer --directory option
...
After `-D <TAB>` and `--directory=<TAB>` _directories is called to
suggest directories.
2018-12-25 22:57:23 +01:00
Paul Seyfert
ddc052dc4e
zsh/coredumpctl: complete argument for --debugger=
...
This way external commands (i.e. executables in the PATH) are suggested
at --debugger=<TAB>. Upon starting a path (e.g. --debugger=/<TAB> or
--debugger=./<TAB>), filenames of executables are completed.
2018-12-25 19:30:50 +01:00
Zbigniew Jędrzejewski-Szmek
0e89eb474d
Merge pull request #10221 from lucaswerkmeister/bash-completion
...
Merged locally to resolve a conflict. The redirection of error is required to
suppress "# Not showing unlisted system calls, ...".
2018-12-18 14:53:58 +01:00
Yu Watanabe
1f7951241f
bash-completion: also suggests device units
...
Follow-up for b6854081ff .
2018-12-17 14:44:58 +09:00
Yu Watanabe
19582502c0
bash-completion: udevadm: suggest argument for several options
2018-12-17 14:44:00 +09:00
Yu Watanabe
d5acf7da91
bash-completion: fix __get_interfaces()
2018-12-17 11:13:15 +09:00
Zbigniew Jędrzejewski-Szmek
57db447ebf
Merge pull request #11147 from yuwata/bash-completion-machinectl
...
bash-completion: adds import-fs for machinectl and suggest more
2018-12-14 08:57:03 +01:00
Yu Watanabe
f675a1f005
bash-completion: busctl: support --json and -j option
2018-12-14 08:55:38 +01:00
Yu Watanabe
ff1cf894d2
bash-completion: nspawn: support recently added options
2018-12-14 03:18:33 +09:00
Yu Watanabe
223f58ba8d
bash-completion: run: support recently added options
2018-12-14 03:18:33 +09:00
Yu Watanabe
2e68a49dc8
bash-completion: systemctl: use --output=help to show suggestions
2018-12-14 02:33:21 +09:00
Yu Watanabe
fdc33681ae
bash-completion: journalctl: use --output=help to show suggestions
2018-12-14 02:33:21 +09:00
Yu Watanabe
d104486ab6
bash-completion: journalctl: drop deprecated --new-id128 option
2018-12-14 02:33:21 +09:00
Yu Watanabe
3b59e2cbed
bash-completion: loginctl: suggest argument for --machine option
2018-12-14 02:22:40 +09:00
Yu Watanabe
dfeebf55d9
bash-completion: loginctl: suggest argument for --output option
2018-12-14 02:18:35 +09:00
Yu Watanabe
fad73e9deb
bash-completion: machinectl: suggest arguments for --verify and --format
...
This also changes to use '--output=help' for suggesting arguments of
--output option.
2018-12-14 02:18:24 +09:00
Yu Watanabe
0e5bea97e9
bash-completion: machinectl: support import-fs
2018-12-14 01:52:48 +09:00
Yu Watanabe
a73b2f4ab3
bash-completion: bootctl: support set-default and set-oneshot
2018-12-14 01:26:52 +09:00
Yu Watanabe
ed0c5a6f89
bash-completion: bootctl: suggest argument for --path option
2018-12-14 01:26:25 +09:00
Yu Watanabe
8ed22786aa
bash-completion: bootctl: add one missing option
2018-12-14 01:25:31 +09:00
Yu Watanabe
83da42c3bf
bash-completion: analyze: support 'security'
2018-12-07 08:05:18 +01:00
Xuanwo
c4a2deba7e
zsh-completion: Add support for set-property ( #10322 )
2018-11-20 13:17:11 +09:00