ParserConfiguration.ResponseFileTokenReplacer Property

Definition

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.

Applies to