Skip to content

0.3.0

Latest

Choose a tag to compare

@hernancerm hernancerm released this 14 Mar 23:10
· 2 commits to main since this release

Features

  • For options that accept a value (differently from bool opts), it's now possible to separate the opt/val using an equal symbol (=), i.e., --foo=bar and -f=b are now parsed as expected. Alternatively, whitespace can still be used, i.e., --foo bar and -f b.

Full Changelog: 0.2.0...0.3.0