commit
a1a11caf4f
|
@ -210,7 +210,7 @@ __ccache_config_keys() {
|
|||
'read_only:treat cache as read-only'
|
||||
'read_only_direct:retrieve from read-only cache in direct mode'
|
||||
'recache:use cache in write-only mode'
|
||||
'run_second_cpp:pass originial rather than preprocessed source code to compiler'
|
||||
'run_second_cpp:pass original rather than preprocessed source code to compiler'
|
||||
'stats:update statistics counters'
|
||||
'unify:normalise sources prior to processing'
|
||||
'base_dir:specify relative to which top level paths are hashed'
|
||||
|
|
|
@ -79,9 +79,9 @@ case $state in
|
|||
'(variable-get)'{variable-get,vget}'[Get a list of some or all site variables and values.]' \
|
||||
'(variable-set)'{variable-set,vset}'[Set a variable.]' \
|
||||
'(pm-list)'{pm-list,pml}'[Show a list of available extensions (modules and themes).]' \
|
||||
'(pm-disable)'{pm-disable,dis}'[Disable one or more extensions (modules or themes). Disable dependant extensions as well.]' \
|
||||
'(pm-disable)'{pm-disable,dis}'[Disable one or more extensions (modules or themes). Disable dependent extensions as well.]' \
|
||||
'(pm-download)'{pm-download,dl}'[Download projects from drupal.org or other sources.]' \
|
||||
'(pm-enable)'{pm-enable,en}'[Enable one or more extensions (modules or themes). Enable dependant extensions as well.]' \
|
||||
'(pm-enable)'{pm-enable,en}'[Enable one or more extensions (modules or themes). Enable dependent extensions as well.]' \
|
||||
'pm-uninstall[Uninstall one or more modules.]' \
|
||||
'pm-update[Update Drupal core and contrib projects and apply any pending database updates (Same as pm-updatecode + updatedb).]' \
|
||||
'(sql-cli)'{sql-cli,sqlc}'[Open a SQL command-line interface using Drupals credentials.]' \
|
||||
|
|
|
@ -80,7 +80,7 @@ __go_runtimedebug() {
|
|||
'scavenge[enable debugging mode of heap scavenger]:boolean:(1 0)'
|
||||
'scavtrace[emit scavenger work information (memory returned and memory utilization)]:boolean:(1 0)'
|
||||
'scheddetail[emit detailed states of scheduler, processors, threads, goroutines]:boolean:(1 0)'
|
||||
'schedtrace[emmit scheduler state every N ms to stderr]:int'
|
||||
'schedtrace[emit scheduler state every N ms to stderr]:int'
|
||||
'tracebackancestors[set ancestor goroutines to be printed in goroutine creation stacks]:int'
|
||||
'asyncpreemptoff[disable signal-based asynchronous goroutine preemption.]:boolean:(1 0)'
|
||||
)
|
||||
|
|
|
@ -70,7 +70,7 @@ case "$state" in
|
|||
'-username[set the username when authentication is required]: :_users' \
|
||||
'-password[set the password when authentication is required]:password' \
|
||||
'-registry[set the registry URL]: :_urls' \
|
||||
'-protocol[set the protocol name]:protocol:((jrmp\:JRE\ implementation\ of\ RMI\ on\ the\ JRMP\ protocol\ \(default\) iiop\:JacORB\ implementation\ of\ RMI\ over\ the\ IIOP\ protocol irmi\:Oracle\ JRE\ independant\ implementation\ of\ RMI))' \
|
||||
'-protocol[set the protocol name]:protocol:((jrmp\:JRE\ implementation\ of\ RMI\ on\ the\ JRMP\ protocol\ \(default\) iiop\:JacORB\ implementation\ of\ RMI\ over\ the\ IIOP\ protocol irmi\:Oracle\ JRE\ independent\ implementation\ of\ RMI))' \
|
||||
'-a[deploy an application from a given filepath on the current server, or on another target in the domain if the current server is a master]:Java application archive:_files -g "*.(j|w|r|e)ar"' \
|
||||
'-r[undeploy a previously deployed application from the current server or from the specified target if the current server is a master]:Java application archive:_files -g "*.(j|w|r|e)ar"' \
|
||||
'-gc[run the garbage collector on the current JOnAS server]' \
|
||||
|
|
|
@ -685,7 +685,7 @@ _openssl_ocsp() {
|
|||
'-reqout[write DER encoded OCSP request to "file"]:file:_files' \
|
||||
'-respout[write DER encoded OCSP response to "file"]:file:_files' \
|
||||
'-reqin[read DER encoded OCSP request from "file"]:file:_files' \
|
||||
'-respin[read DER encoded OCSP reponse from "file"]:file:_files' \
|
||||
'-respin[read DER encoded OCSP response from "file"]:file:_files' \
|
||||
'-nonce[add OCSP nonce to request]' \
|
||||
"-no_nonce[don't add OCSP nonce to request]" \
|
||||
'-url[OCSP responder URL]:URL: ' \
|
||||
|
@ -713,7 +713,7 @@ _openssl_ocsp() {
|
|||
"-resp_no_certs[don't include any certificates in response]" \
|
||||
'-nmin[number of minutes before next update]:minutes: ' \
|
||||
'-ndays[number of days before next update]:days: ' \
|
||||
'-resp_key_id[identify reponse by signing certificate key ID]' \
|
||||
'-resp_key_id[identify response by signing certificate key ID]' \
|
||||
'-nrequest[number of requests to accept (default unlimited)]:limit: ' \
|
||||
'-dss1[use specified digest in the request]' \
|
||||
'-md4[use specified digest in the request]' \
|
||||
|
|
|
@ -614,7 +614,7 @@ _perf() {
|
|||
'--log-fd[log output to fd, instead of stderr]' \
|
||||
'--pre[pre measurement hook]: :_command_names -e' \
|
||||
'--post[post measurement hook]: :_command_names -e' \
|
||||
'(-I --interval-print)'{-I,--interval-print=}'[print count deltas every millseconds]:msec:' \
|
||||
'(-I --interval-print)'{-I,--interval-print=}'[print count deltas every milliseconds]:msec:' \
|
||||
'--interval-count[print count delta for fixed number of times]:times:' \
|
||||
'--interval-clear[clear the screen before next interval]' \
|
||||
'--timeout[stop the perf stat session and print count after milliseconds]:msec:' \
|
||||
|
|
4
src/_pm2
4
src/_pm2
|
@ -129,7 +129,7 @@ start_options=(
|
|||
)
|
||||
logs_options=(
|
||||
'--json[json log output]'
|
||||
'--format[formated log output]'
|
||||
'--format[formatted log output]'
|
||||
'--raw[raw output]'
|
||||
'--err[only shows error output]'
|
||||
'--out[only shows standard output]'
|
||||
|
@ -150,7 +150,7 @@ case "$words[1]" in
|
|||
stop|restart|delete|reload|reset)
|
||||
_arguments $id_all_comp && return 0
|
||||
;;
|
||||
env|inspect|monitor|unmonitor|discribe)
|
||||
env|inspect|monitor|unmonitor|describe)
|
||||
_arguments $id_comp && return 0
|
||||
;;
|
||||
deploy|startOrRestart|startOrReload)
|
||||
|
|
|
@ -155,7 +155,7 @@ Y_opts=(
|
|||
"-Yinfer-argument-types[Infer types for arguments of overridden methods]"
|
||||
"-Yinline[Perform inlining when possible]"
|
||||
"-Yinline-handlers[Perform exception handler inlining when possible]"
|
||||
"-Yinline-warnings[Emit inlining warnings (normally surpressed due to high volume)]"
|
||||
"-Yinline-warnings[Emit inlining warnings (normally suppressed due to high volume)]"
|
||||
"-Yinvalidate+[Invalidate classpath entry before run]:classpath entry"
|
||||
"-Ylinearizer\:-[Linearizer to use (default\: rpo)]:linearizer:(normal dfs rpo dump)"
|
||||
"-Ylog-classpath[Output information about what classpath is being applied]"
|
||||
|
|
|
@ -93,7 +93,7 @@ __tmuxp_load() {
|
|||
'-2[Force tmux to assume the terminal supports 256 colors]' \
|
||||
'-8[Like -2, but indicates that the terminal supports 88 colors]'
|
||||
|
||||
# Cant get the options to be recognized when there are sessions that has
|
||||
# Can't get the options to be recognized when there are sessions that has
|
||||
# a dash.
|
||||
|
||||
case $state in
|
||||
|
|
|
@ -145,7 +145,7 @@ _udisksctl() {
|
|||
power-off)
|
||||
_arguments \
|
||||
{-p,--object-path}'[object path for ATA device]:object path:_paths' \
|
||||
{-b,--block-device}'[device file for ATA devic]:block device:_paths' \
|
||||
{-b,--block-device}'[device file for ATA device]:block device:_paths' \
|
||||
"(--no-user-interaction)--no-user-interaction[don't authenticate the user if needed]" && ret=0
|
||||
;;
|
||||
smart-simulate)
|
||||
|
|
|
@ -157,7 +157,7 @@ _yarn() {
|
|||
'(--emoji)--no-emoji[disable emoji in output]' \
|
||||
'(--disable-pnp)'{--enable-pnp,--pnp}"[enable the Plug'n'Play installation]" \
|
||||
'--flat[only allow one version of a package]' \
|
||||
'--focus[Focus on a single workspace by installing remote copies of its sibiling workspaces]' \
|
||||
'--focus[Focus on a single workspace by installing remote copies of its sibling workspaces]' \
|
||||
'--force[install and build packages even if they were built before, overwrite lockfile]' \
|
||||
"--frozen-lockfile[don't generate a lockfile and fail if an update is needed]" \
|
||||
'--global-folder=[modules folder]:folder:_files -/' \
|
||||
|
|
Loading…
Reference in New Issue