/usr/share/zsh/site-functions
#compdef systemd-delta # SPDX-License-Identifier: LGPL-2.1-or-later (( $+functions[_systemd-delta_types] )) || _systemd-delta_types() { local -a _delta_types _delta_types=(masked equivalent redirected overridden unchanged) _values -s , "${_delta_types[@]}" } _arguments \ {-h,--help}'[Show this help]' \ '--version[Show package version]' \ '--no-pager[Do not pipe output into a pager]' \ '--diff=[Show a diff when overridden files differ]:boolean:(1 0)' \ {-t+,--type=}'[Only display a selected set of override types]:types:_systemd-delta_types' \ ':SUFFIX:(tmpfiles.d sysctl.d systemd/system)'
.
Edit
..
Edit
_bootctl
Edit
_busctl
Edit
_coredumpctl
Edit
_curl
Edit
_firewalld
Edit
_flatpak
Edit
_hostnamectl
Edit
_journalctl
Edit
_kernel-install
Edit
_localectl
Edit
_loginctl
Edit
_sd_hosts_or_user_at_host
Edit
_sd_machines
Edit
_sd_outputmodes
Edit
_sd_unit_files
Edit
_systemctl
Edit
_systemd
Edit
_systemd-analyze
Edit
_systemd-delta
Edit
_systemd-inhibit
Edit
_systemd-path
Edit
_systemd-run
Edit
_systemd-tmpfiles
Edit
_timedatectl
Edit
_udevadm
Edit