mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
1272ff850a
You can choose to have systemd-tmpfiles at configuration time, so only install the completion for this if configured to do so.
11 lines
550 B
Plaintext
11 lines
550 B
Plaintext
#compdef systemd-tmpfiles
|
|
|
|
_arguments \
|
|
'--create[Create, set ownership/permissions based on the config files.]' \
|
|
'--clean[Clean up all files and directories with an age parameter configured.]' \
|
|
'--remove[All files and directories marked with r, R in the configuration files are removed.]' \
|
|
'--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
|
|
'--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
|
|
'--help[Prints a short help text and exits.]' \
|
|
'*::files:_files'
|