- Add Help property for command(#30).
- Support flags with Enum type(#25).
- Additional argument value sources are used if no args are in the commandline.
- Fix. Use additional argument value sources(ex: app.config).
- Async support.
- Default value for non primitive types is set up as string value.
- Update nuget package.
- ShowExceptionStackTrace property was added for CommandLineParser class. Set it to true to see exception stack trace.
- .NET Standard 2.0 is supported.
- fix #19: support guid default values.
- Console does not use unicode encoding. Should be set in the tool if necessary. For more information see issue #17.
- It's possible to set up datetime default value. For more information see issue#18.
- Include readme.txt.
- Command order are supported.
- Console uses unicode encoding.
- Tags were added.
- Version 1.
- Flags are supported.
- Error message shows details.
- Errors are shown on error output.
- CommandOutput attribute. It allows to inject common output to the command.
- A command returns exit code.
- Colored console output.
- Some changes.
- Initial project commit.