chiark / gitweb /
coredump: coredumpctl is so useful now, make it a first-class citizen
[elogind.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'