AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 18.220.43.27


Current Path : /usr/share/zsh/vendor-completions/
Upload File :
Current File : //usr/share/zsh/vendor-completions/_systemd-tmpfiles

#compdef systemd-tmpfiles
# SPDX-License-Identifier: LGPL-2.1-or-later

_arguments \
    {-h,--help}'[Show help]' \
    '--version[Show package version]' \
    '--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.]' \
    '--boot[Execute actions only safe at boot]' \
    '--prefix=[Only apply rules that apply to paths with the specified prefix.]' \
    '--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \
    '--root=[Operate on an alternate filesystem root]:directory:_directories' \
    '*::files:_files'