Skip to content

v0.4.0

Compare
Choose a tag to compare
@erikgrinaker erikgrinaker released this 29 May 18:37
· 22 commits to main since this release
197db40

Breaking changes

  • 92ca419 Remove Command.pos_args() and key_args(), use consume_args().
  • 1b54d07 Return ErrorKind::Other from run() on command failure.

Improvements

  • bc9c253 Add ! syntax to expect command failures (panics or errors).
  • ae78f9e Add Command.consume_args() for convenient argument handling.
  • 6e8c185 Allow @ in unquoted strings.