- Relax requirement of deserizaler for
override-arg
. - Fix env feature flag.
- Bump Clap version to 3.2 .
- Change schema for Argumets(
args
) and SubCommands(subcommands
) from Hash to Array of Hash. Old behavior can be used byargs_map
and,subcommands_map
. - Deprecated yaml feature. Use
serde-yaml >= 0.9
instead.
- Support Clap 3.1
- Can override arguments by using
DeserizalizeSeed for CommandWrap
.