argv 1.0.8
argv: ^1.0.8 copied to clipboard
A sample arg parser for building CLI application following 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
1.0.5 #
- Fixed async calls listeners functions
1.0.6 #
- Added command to the ArgvException for proper usage message
- Added closest match for unknown arguments
1.0.7 #
- Added commands property to the ArgvResult
- Commented the DI pattern inside ArgvResult
1.0.8 #
- Fixed the path command in the usage method