cli_wrapper 0.5.1 cli_wrapper: ^0.5.1 copied to clipboard
A tool package for developing flutter or dart cli. Use cli_wrapper to wrap a cli with more advanced usage.
0.5.0 #
- Breaking Change:
- Move hook support to package
cli_hook
.
- Move hook support to package
0.4.1 #
- Fix homepage & description.
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