Options applied to the mutator.
Options applied to the mutator.
(apply-at-process-creation? environment-variable-mutator-options)
Apply to the environment just before the process is created. Defaults to false.
Apply to the environment just before the process is created. Defaults to false.
(apply-at-shell-integration? environment-variable-mutator-options)
Apply to the environment in the shell integration script. Note that this will not apply the mutator if shell integration is disabled or not working for some reason. Defaults to false.
Apply to the environment in the shell integration script. Note that this _will not_ apply the mutator if shell integration is disabled or not working for some reason. Defaults to false.
(set-apply-at-process-creation! environment-variable-mutator-options value)
Apply to the environment just before the process is created. Defaults to false.
Apply to the environment just before the process is created. Defaults to false.
(set-apply-at-shell-integration! environment-variable-mutator-options value)
Apply to the environment in the shell integration script. Note that this will not apply the mutator if shell integration is disabled or not working for some reason. Defaults to false.
Apply to the environment in the shell integration script. Note that this _will not_ apply the mutator if shell integration is disabled or not working for some reason. Defaults to false.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close