clap-rs v3.1.15 Release Notes
Release Date: 2022-05-02 // 20 days ago-
๐ Fixes
- (error) Render actual usage for unrecognized subcommands
- (multicall) Improve bad command error
- (multicall) Always require a multicall command
- (multicall) Disallow arguments on multicall parent command
- (multicall) More consistent with rest of clap errors
Previous changes from v3.1.14
-
๐ Fixes
- ๐ Panic when calling
Command::build
with a required positional argument nested several layers in subcommands
- ๐ Panic when calling