Skip to content

Releases: funbiscuit/embedded-cli-rs

v0.2.1

02 Mar 12:29
Compare
Choose a tag to compare

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

07 Feb 21:22
Compare
Choose a tag to compare

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 refactored
  • Error enum is changed
  • iter method from ArgList is removed. Use args 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

28 Jan 21:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

21 Jan 19:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Jan 20:49
Compare
Choose a tag to compare

Initial release