Process.withEnv

Return a new Process with the environment updated with the provided key-value pairs, leaving the original unchanged.

  1. Process withEnv(string[string] env)
  2. Process withEnv(string key, string value)
    struct Process
    const
    withEnv
    (
    in string key
    ,
    in string value
    )

Meta