Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@parasyte parasyte released this 22 Feb 17:05
0efa60f

Improvements:

  • Added support for multi-value arguments by passing the argument on the CLI multiple times. (#37).

Breaking changes:

  • #[positional] is now required to define the positional args vector. Any "non-positional" vector will be treated as a named multi-value argument. (#37)