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.
            
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.8.2
public TryReplaceToken ResponseFileTokenReplacer { get; set; }
Property Value
TryReplaceToken 
            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.