TODO: add short options for controlling envp passthrough: `-p`, `-P`.

Fortune for sink's current commit: Future small blessing − 末小吉
args
Avril 2 years ago
parent 090474ff17
commit 4589eaa292
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -19,6 +19,9 @@ Short arguments can be chained together: `-abc` is equal to `-a -b -c`. There ca
* `-O` No replace `stderr`
* `-E` No replace `stderr` (**default** *without feature* `REPLACE_STDERR`)
* `-p` `envp` passthrough, including optional modifications. (see `--env`.) (**default** *without feature* `NO_ENV`)
* `-P` No `envp` passthrough, **except** optional modifications. (see `--env`.) (*default with feature* `NO_ENV`)
# **TODO** Other options
* **TODO** Specific fd passthrough (*probably long arg, could also possibly be short args for std{in,out,err} streams specifically*)
* **TOTO** CLOEXEC control (*short arg*)

Loading…
Cancel
Save