Spamworldpro Mini Shell
Spamworldpro


Server : Apache/2.4.52 (Ubuntu)
System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
User : www-data ( 33)
PHP Version : 8.1.2-1ubuntu2.21
Disable Function : NONE
Directory :  /usr/share/zsh/vendor-completions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/zsh/vendor-completions/_systemd-delta
#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)'

Spamworldpro Mini