EnvironmentVariables Property
Gets or sets the environment variables.
If not value is provided the default environment variables will be used.
public Dictionary<string, string> EnvironmentVariables { get; set; }
- Namespace
- Spectre
.Console - Containing Type
- AnsiConsoleSettings
- Property Type
- Dictionary
<string, string>