-
Notifications
You must be signed in to change notification settings - Fork 413
Closed
Description
- expose
ParseResult Symbol.Parse(string[] args, CommandLineConfiguration = default), so users can easily discover parsing - make
Parsera static type with a singleParseResult Parse(string[] args, CommandLineConfiguration = default)method - make
CommandLineBuilder.BuildreturnCommandLineConfiguration, move all extension methods fromCommandLineBuilderExtensionstoCommandLineBuilderitself - Move the actual parsing logic from
StringExtensionstoParser:
Metadata
Metadata
Assignees
Labels
No labels