cli_gen 0.1.0-dev.4
cli_gen: ^0.1.0-dev.4 copied to clipboard
Build cli applications using code generation and macros.
0.1.0-dev.4 #
- feat: Support for adding a generic type to
Command
andCommandRunner
- feat: Override the generated command name, description, or category via any command annotation (
@cliCommand
,@cliRunner
,@cliSubcommand
)
0.1.0-dev.3 #
- docs: Added example.
0.1.0-dev.2 #
- fix: Images in README.md should now be displayed correctly.
0.1.0-dev.1 #
- Initial preview.