ParserConfiguration.ResponseFileTokenReplacer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response file token replacer, enabled by default. To disable response files support, this property needs to be set to null.
public:
property System::CommandLine::Parsing::TryReplaceToken ^ ResponseFileTokenReplacer { System::CommandLine::Parsing::TryReplaceToken ^ get(); void set(System::CommandLine::Parsing::TryReplaceToken ^ value); };
public System.CommandLine.Parsing.TryReplaceToken? ResponseFileTokenReplacer { get; set; }
member this.ResponseFileTokenReplacer : System.CommandLine.Parsing.TryReplaceToken with get, set
Public Property ResponseFileTokenReplacer As TryReplaceToken
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.