✏️ 正在编辑: _systemd-tmpfiles
路径:
/usr/share/zsh/vendor-completions/_systemd-tmpfiles
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#compdef systemd-tmpfiles # SPDX-License-Identifier: LGPL-2.1+ _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'
💾 保存文件
← 返回文件管理器