Skip to content

v0.2.0

Compare
Choose a tag to compare
@smores56 smores56 released this 04 May 10:23
· 11 commits to main since this release

Weaver has been polished a bit, and is now ready for a v0.2.0 release! Here are the big changes:

  • For Opt and Param fields, instead of having a single num type (always U64), we now have x, maybeX, and xList where x is each of the 13 built-in number types
  • Help and usage texts now can have some subtle (but nice looking) styling, which is enabled in the Cli.finish config by default. You can turn it off by setting textStyle: Plain in that config.
  • Help and usage texts have slightly more useful information
  • Subcommand fields can now either be optional or required, so you don't have to handle missing subcommands yourself