0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.119.255.183


Current Path : /proc/thread-self/root/snap/core18/2846/usr/share/zsh/vendor-completions/
Upload File :
Current File : //proc/thread-self/root/snap/core18/2846/usr/share/zsh/vendor-completions/_systemd-delta

#compdef systemd-delta
# SPDX-License-Identifier: LGPL-2.1+

_delta_type() {
    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:_delta_type' \
    ':SUFFIX:(tmpfiles.d sysctl.d systemd/system)'