/usr/share/zsh/vendor-completions
NameSizeModeActions
_bootctl24500644editdlrm
_busctl95940644editdlrm
_curl152400644editdlrm
_docker77480644editdlrm
_dpkg-parsechangelog14100644editdlrm
_hostnamectl27930644editdlrm
_journalctl71940644editdlrm
_kernel-install7790644editdlrm
_localectl37730644editdlrm
_loginctl63970644editdlrm
_networkctl21590644editdlrm
_resolvectl37440644editdlrm
_sd_hosts_or_user_at_host1280644editdlrm
_sd_outputmodes3060644editdlrm
_sd_unit_files2630644editdlrm
_snap18240644editdlrm
_systemctl198890644editdlrm
_systemd38480644editdlrm
_systemd-analyze42270644editdlrm
_systemd-delta6330644editdlrm
_systemd-inhibit11790644editdlrm
_systemd-path2850644editdlrm
_systemd-run43460644editdlrm
_systemd-tmpfiles7440644editdlrm
_timedatectl20500644editdlrm
_udevadm65330644editdlrm
Edit: /usr/share/zsh/vendor-completions/_systemd-tmpfiles (744B)
#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'