Skip to content
  • Guido Trotter's avatar
    RunCmd: add optional environment overriding · 2557ff82
    Guido Trotter authored
    If the user passes an env dict to RunCmd we'll override the environment
    passed to the to-be-executed command with the values in the dict. This
    allows us to pass arbitrary environment values to commands we run.
    
    Reviewed-by: imsnah 
    2557ff82