ParserConfiguration Class

Definition

Represents the configuration used by the CommandLineParser.

public ref class ParserConfiguration
public class ParserConfiguration
type ParserConfiguration = class
Public Class ParserConfiguration
Inheritance
ParserConfiguration

Constructors

ParserConfiguration()

Properties

EnablePosixBundling

Enables the parser to recognize and expand POSIX-style bundled options.

ResponseFileTokenReplacer

Response file token replacer, enabled by default. To disable response files support, this property needs to be set to null.

Applies to