mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -04:00
completions: footclient: add -E,--client-environment
This commit is contained in:
parent
fd1e5feda4
commit
f48955b26e
3 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ _footclient()
|
||||||
"--log-colorize"
|
"--log-colorize"
|
||||||
"--maximized"
|
"--maximized"
|
||||||
"--override"
|
"--override"
|
||||||
|
"--client-environment"
|
||||||
"--server-socket"
|
"--server-socket"
|
||||||
"--term"
|
"--term"
|
||||||
"--title"
|
"--title"
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ complete -c footclient -F -s s -l server-socket
|
||||||
complete -c footclient -s H -l hold -d "remain open after child process exits"
|
complete -c footclient -s H -l hold -d "remain open after child process exits"
|
||||||
complete -c footclient -s N -l no-wait -d "detach the client process from the running terminal, exiting immediately"
|
complete -c footclient -s N -l no-wait -d "detach the client process from the running terminal, exiting immediately"
|
||||||
complete -c footclient -x -s o -l override -d "configuration option to override, in form SECTION.KEY=VALUE"
|
complete -c footclient -x -s o -l override -d "configuration option to override, in form SECTION.KEY=VALUE"
|
||||||
|
complete -c footclient -s E -l client-environment -d "child process inherits footclient's environment, instead of the server's"
|
||||||
complete -c footclient -x -s d -l log-level -a "info warning error none" -d "log-level (info)"
|
complete -c footclient -x -s d -l log-level -a "info warning error none" -d "log-level (info)"
|
||||||
complete -c footclient -x -s l -l log-colorize -a "always never auto" -d "enable or disable colorization of log output on stderr"
|
complete -c footclient -x -s l -l log-colorize -a "always never auto" -d "enable or disable colorization of log output on stderr"
|
||||||
complete -c footclient -s v -l version -d "show the version number and quit"
|
complete -c footclient -s v -l version -d "show the version number and quit"
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ _arguments \
|
||||||
'(-H --hold)'{-H,--hold}'[remain open after child process exits]' \
|
'(-H --hold)'{-H,--hold}'[remain open after child process exits]' \
|
||||||
'(-N --no-wait)'{-N,--no-wait}'[detach the client process from the running terminal, exiting immediately]' \
|
'(-N --no-wait)'{-N,--no-wait}'[detach the client process from the running terminal, exiting immediately]' \
|
||||||
'(-o --override)'{-o,--override}'[configuration option to override, in form SECTION.KEY=VALUE]:()' \
|
'(-o --override)'{-o,--override}'[configuration option to override, in form SECTION.KEY=VALUE]:()' \
|
||||||
|
'(-E --client-environment)'{-E,--client-environment}"[child process inherits footclient's environment, instead of the server's]" \
|
||||||
'(-d --log-level)'{-d,--log-level}'[log level (info)]:loglevel:(info warning error none)' \
|
'(-d --log-level)'{-d,--log-level}'[log level (info)]:loglevel:(info warning error none)' \
|
||||||
'(-l --log-colorize)'{-l,--log-colorize}'[enable or disable colorization of log output on stderr]:logcolor:(never always auto)' \
|
'(-l --log-colorize)'{-l,--log-colorize}'[enable or disable colorization of log output on stderr]:logcolor:(never always auto)' \
|
||||||
'(-v --version)'{-v,--version}'[show the version number and quit]' \
|
'(-v --version)'{-v,--version}'[show the version number and quit]' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue