]> git.ipfire.org Git - thirdparty/systemd.git/blob - shell-completion/zsh/_systemd-tmpfiles
coredumpctl: add more debug output
[thirdparty/systemd.git] / shell-completion / zsh / _systemd-tmpfiles
1 #compdef systemd-tmpfiles
2
3 _arguments \
4 '--create[Create, set ownership/permissions based on the config files.]' \
5 '--clean[Clean up all files and directories with an age parameter configured.]' \
6 '--remove[All files and directories marked with r, R in the configuration files are removed.]' \
7 '--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
8 '--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
9 '--help[Prints a short help text and exits.]' \
10 '*::files:_files'