You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updates samples to use distinct namespace and correct descriptions
* Updated Kaleidoscope parser return type to `IAstNode?` to match interface and intent.
* Changed constructor to `AppControlledDefaultsRootCommand` to make the settings a non-nullable type.
* It makes no sense to use that type unless the settings are provided. The whole point is to make it explicit. So if the default behavior is intended then use the parent type OR explicitly provide a default constructed settings.
* Changed name of `IRootCommand` to `ICommandLineOptions` to better reflect intent and further isolate from `System.CommandLine` parsing.
* Updated the `ArgsParsing.TryParse<>` so that it uses the new `ShowHelpOnErrors` and `ShowTypoCorrections`
* Fixed `ReportingTextWriter` adapter so it correctly handles new lines and blank lines
* Added nullability checks to `ParseErrorReporterExtensions.CheckAndReportParseErrors`
* Added `ParserExtensions` to provide extension that allows parsing from a file (as opposed to parsing a string as input)
* Added override of default color mapping for `ColoredConsoleReporter` updated the default colors
* Corrected bug in reporting string messages for `ConsoleReporter`
* Disabled RUDE OPT-OUT breaking change that forces appending BuildMeta that is NOT desired
0 commit comments