natrix 0.1.5
natrix: ^0.1.5 copied to clipboard
A Dart package for easily creating command line applications.
0.1.1 #
- Initial version.
0.1.2 #
- Made
NatrixStdioa singleton. - Fixed argument parsing inside the parser and pipeline.
- Fixed the
DefaultThemeglobal flags output.
0.1.3 #
- Fixed critical bugs in the command parser and execution pipeline.
- Fixed bug in
NatrixText.wrap(). - Fixed formatting issues in the default theme.
0.1.4 #
- Replaced writer unallowed character exception with error.
0.1.5 #
- Fixed logo in
README.md. - Added
v0.1.3,v0.1.4&v0.1.5inCHANGELOG.md.