Sh3ll
OdayForums


Server : Apache
System : Linux server1.cgrithy.com 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64
User : nobody ( 99)
PHP Version : 8.1.23
Disable Function : NONE
Directory :  /usr/share/zsh/site-functions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/zsh/site-functions/_systemd-delta
#compdef systemd-delta

_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)'

ZeroDay Forums Mini