A lightweight C# command line parser.
Consists of an abstract base class which parses a command line. Whenever an text parameter or option parameter is encountered, it calls a virtual function. The virtual functions can be overriden in a descendant class to update properties for each parameter.
Supports
- Text parameters (indexed)
- Option parameters without values (eg. -X)
- Option parameters with values (eg. -X:AValue)
- Quoted text parameters and option values
- Characters that should terminate parsing of command line (eg. standard input redirection)
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities
30 Day SummaryJan 7 2025 — Feb 6 2025
|
12 Month SummaryFeb 6 2024 — Feb 6 2025
|