CliSettingsResponseFileTokenReplacer Property

Gets or sets the response file token replacer, enabled by default. To disable response files support, this property needs to be set to null.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public TryReplaceToken ResponseFileTokenReplacer { get; set; }

Property Value

TryReplaceToken

Remarks

When enabled, any token prefixed with @ can be replaced with zero or more other tokens. This is mostly commonly used to expand tokens from response files and interpolate them into a command line prior to parsing.

See Also