makeWrapper: document --set-default
This commit is contained in:
parent
43eb8b9a93
commit
f4745bef6c
@ -13,12 +13,15 @@ assertExecutable() {
|
|||||||
# ARGS:
|
# ARGS:
|
||||||
# --argv0 NAME : set name of executed process to NAME
|
# --argv0 NAME : set name of executed process to NAME
|
||||||
# (otherwise it’s called …-wrapped)
|
# (otherwise it’s called …-wrapped)
|
||||||
# --set VAR VAL : add VAR with value VAL to the executable’s environment
|
# --set VAR VAL : add VAR with value VAL to the executable’s
|
||||||
|
# environment
|
||||||
|
# --set-default VAR VAL : like --set, but only adds VAR if not already set in
|
||||||
|
# the environment
|
||||||
# --unset VAR : remove VAR from the environment
|
# --unset VAR : remove VAR from the environment
|
||||||
# --run COMMAND : run command before the executable
|
# --run COMMAND : run command before the executable
|
||||||
# The command can push extra flags to a magic list variable
|
# The command can push extra flags to a magic list
|
||||||
# extraFlagsArray, which are then added to the invocation
|
# variable extraFlagsArray, which are then added to
|
||||||
# of the executable
|
# the invocation of the executable
|
||||||
# --add-flags FLAGS : add FLAGS to invocation of executable
|
# --add-flags FLAGS : add FLAGS to invocation of executable
|
||||||
|
|
||||||
# --prefix ENV SEP VAL : suffix/prefix ENV with VAL, separated by SEP
|
# --prefix ENV SEP VAL : suffix/prefix ENV with VAL, separated by SEP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user