argv 1.0.4
argv: ^1.0.4 copied to clipboard
A sample arg parser for building CLI application followint the GNU and POSIX options style
1.0.0 #
- Initial version.
1.0.1 #
- Description of command added to the node. Used to print the descrption in usage function.
1.0.2 #
- Added async support for commands callback
1.0.3 #
- Now you can attach multiple listener on commads
- ArgvResult now has your own context that can passed through chained listeners
1.0.4 #
- Fixed use function
- Fixed set function
- Fixed context and dependency injection