v0.2.0
Weaver has been polished a bit, and is now ready for a v0.2.0 release! Here are the big changes:
- For
Opt
andParam
fields, instead of having a singlenum
type (alwaysU64
), we now havex
,maybeX
, andxList
wherex
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 settingtextStyle: Plain
in that config. - Help and usage texts have slightly more useful information
- Subcommand fields can now either be
optional
orrequired
, so you don't have to handle missing subcommands yourself