CliSettings.ResponseFileTokenReplacer Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets or sets the response file token replacer, enabled by default. To disable response files support, this property needs to be set to null.
public TryReplaceToken ResponseFileTokenReplacer { get; set; }
Property Value
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.