Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ParserConfiguration.ResponseFileTokenReplacer Property

Definition

Namespace:
System.CommandLine
Assembly:
System.CommandLine.dll
Package:
System.CommandLine v3.0.0-preview.5.26302.115
Source:
ParserConfiguration.cs
Source:
ParserConfiguration.cs

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.

Gets or sets the response file token replacer.

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

null to disable response files support. By default, the response file token replacer is enabled.

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


Feedback

Was this page helpful?