Heray-Was-Here
Server : Apache
System : Linux vps37394.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : jasonp18 ( 1000)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /proc/3/root/proc/3/cwd/usr/share/zsh/5.0.2/functions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/3/root/proc/3/cwd/usr/share/zsh/5.0.2/functions/_dhclient
#compdef dhclient dhclient3

local args

if _pick_variant three=V3 two --help; then
  args=(
    '-q[quiet]'
    '-1[only try once to get a lease]'
    '-r[release the current lease]'
    '-lf[lease file]:lease file:_files'
    '-pf[pid file]:pid file:_files'
    '-cf[config file]:config file:_files'
    '-sf[script file]:script file:_files'
    '-e[env vars to pass to child processes]:env var key value pairs:'
    '-s[transmit to specific target instead of broadcast]:server:_hosts'
    '-g[force giaddr field]:relay:_hosts'
    '-n[do not configure any interfaces]'
    '-nw[daemonize immediately rather than wait for IP acquisition]'
    '-w[do not exit if there are no interfaces found to configure]'
  )
else
  args=( '-e[exit if configuration failed after a certain time]' )
fi

_arguments $args \
  '-p[port to transmit to / listen on]:_ports' \
  '-d[force to run in foreground]' \
  ':interface:_net_interfaces'

Hry