Releases: funbiscuit/embedded-cli-rs
Releases · funbiscuit/embedded-cli-rs
v0.2.1
What's Changed
- Support tuple variants for subcommands
- Support custom value name in help
- Support custom default values for command arguments
- Support custom prompts
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Subcommand support
- Proper error handling of incorrect input
- Allow to not derive some of the traits with macro by @funbiscuit in #12
Breaking changes
Help
trait is refactoredError
enum is changediter
method from ArgList is removed. Useargs
instead.
Changes in Help trait and error handling are not visible if only Command
derive-macro was used, without manual implementation of traits.
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Add features to disable unused functionality by @funbiscuit in #7
- Add support for options and flags by @funbiscuit in #8
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Add left-right navigation support by @funbiscuit in #4
- Improve memory usage by @funbiscuit in #5
Full Changelog: v0.1.0...v0.1.1