cli_wrapper 0.4.0 cli_wrapper: ^0.4.0 copied to clipboard
cli_wrapper wraps a cli to support command hooks system.
0.4.0 #
- Merge plugins to hooks.
- Support hook lookup fallback .
0.3.0 #
- Remove
originExecutable
parameter ofWrapperCommand
constructor.
0.2.3 #
- Add
example/README.md
.
0.2.2 #
- Add
printPlugin
.
0.2.1 #
- Fix
runPlugin
to use registered plugin package.
0.2.0 #
- Refactor
WrapperCommand
to be more extansible.
0.1.2 #
- Fix hooks and plugins type.
0.1.1 #
- Fix homepage
0.1.0 #
- Add basic cli wrappers
WrapperCommand
WrapperArgParser
,WrapperArgResults
WrapperRunner