SEND_ENVIRONMENT


Description:

SEND_ENVIRONMENT

Send the environment of the launching process to the primary instance.

Set this flag if your application is expected to behave differently depending on certain environment variables. For instance, an editor might be expected to use the `GIT_COMMITTER_NAME` environment variable when editing a git commit message. The environment is available to the command_line signal handler, via getenv.