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
If a third party subcommand registers a --version flag and uses the execute_main_without_stdin infrastructure, the cargo crate will intercept --version and print its own version, rather than passing it through to to the subcommand main.
The text was updated successfully, but these errors were encountered:
sfackler
added a commit
to sfackler/cargo-tree
that referenced
this issue
Jan 17, 2016
Addresses rust-lang#2286: when subcommand used execute_main_without_stdin and
provided --version flag, cargo intercepted it and printed it's own
version.
…xcrichton
Addresses #2286: when subcommand used `execute_main_without_stdin` and provided `--version` flag, cargo intercepted it and printed it's own version.
If a third party subcommand registers a --version flag and uses the
execute_main_without_stdin
infrastructure, the cargo crate will intercept--version
and print its own version, rather than passing it through to to the subcommand main.The text was updated successfully, but these errors were encountered: