Skip to content

v0.3.0

Compare
Choose a tag to compare
@erikgrinaker erikgrinaker released this 25 May 08:21
· 30 commits to main since this release
4f09a1c

Breaking changes

  • 44df27d Return Box<dyn Error> from Argument.parse(), like Runner.

Improvements

  • eb25a24 Add Command.pos_args() and key_args() for filtering argument types.
  • f4bcae6 Add Argument.name() to identify arguments.
  • 5ff556d Implement Clone for Command and Argument.