Table of Contents

CliSettings.EnableEnvironmentVariablesDirective Property

Definition

Namespace
DotMake.CommandLine
Assembly
DotMake.CommandLine.dll

Enables the use of the [env:key=value] directive, allowing environment variables to be set from the command line during invocation.

Default is false.

public bool EnableEnvironmentVariablesDirective { get; set; }

Property Value

bool