-
Added support for custom sections in --help.
-
Added support for synonyms: arguments can now have multiple equivalent names, not just at most one long and one short.
-
Added
flag_enum
, a generalization offlag
for enums with more than 2 possible values.
-
Fixed
Not_found
error whenTERM
is not set. This should in particular help on Windows. -
Added support for negative integer arguments.
-
Fixed some typos.
First release of Clap.