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
* Add generic IOptionBuilder<T>
* Add unit test
* Fix test
* Add IOptionBuilder<T> for Command options as well.
* Improve test coverage
* Update packages
* .NET Core 2.2
* Update to .NET Core 2.2
* Revert to .NET Core 2.0 otherwise tests don't run in VS 2019
* Update codecov
* Update some config
* Update config once more
* Update xml location
* Update nuspec
Command Line Parser for .NET Core written in .NET Standard.
13
+
Command Line Parser for .NET Core written in .NET Standard 2.0.
14
14
15
-
Configuration is done through a option model class using attributes or fluent APIcan be used to configure the properties of the class.
15
+
Configuration is done through a strongly typed option model class using attributes or a fluent API. Both can be used to configure the properties of the options class.
16
16
This library allows to add commands with their own set of options as well.
17
17
</description>
18
18
<summary>A simple, light-weight and strongly typed command line parser. Configuration using Fluent API, Attributes and model classes.</summary>
19
-
<releaseNotes>Fix issue with bool parsing, fix indenting, fix auto printing of errors</releaseNotes>
0 commit comments