You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While experimenting with this I just noticed that the help generated by the CLI parser is off, but that can be addressed separately:
# cargo size --bin
error: The argument '--bin <NAME>' requires a value but none was supplied
USAGE:
cargo-size <binary-name> --bin <NAME>
For more information try --help
The <binary-name> shouldn't exist in the output. Its currently used so that parsing is valid but its set to hidden so shouldn't be displayed, could be a bug in clap? more investigation needed.
As mentioned in: #86 (comment)
The
<binary-name>
shouldn't exist in the output. Its currently used so that parsing is valid but its set to hidden so shouldn't be displayed, could be a bug in clap? more investigation needed.cargo-binutils/src/lib.rs
Line 172 in 2c39f5c
The text was updated successfully, but these errors were encountered: