Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help output is hard to come by #275

Open
matthiaskrgr opened this issue Apr 22, 2023 · 0 comments
Open

help output is hard to come by #275

matthiaskrgr opened this issue Apr 22, 2023 · 0 comments
Labels
A-ui Area: The CLI and user interface bug Something isn't working

Comments

@matthiaskrgr
Copy link
Member

cargo-bisect-rustc --help

Usage: cargo <COMMAND>

Commands:
  bisect-rustc  Bisects rustc toolchains with rustup
  help          Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

cargo-bisect-rustc help

Usage: cargo <COMMAND>

Commands:
  bisect-rustc  Bisects rustc toolchains with rustup
  help          Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

cargo bisect-rustc help

error: unexpected argument 'bisect-rustc' found

Usage: cargo bisect-rustc [OPTIONS] [-- <COMMAND_ARGS>...]

For more information, try '--help'.

cargo bisect-rustc --help
ah! 🎉

Bisects rustc toolchains with rustup

Usage: cargo bisect-rustc [OPTIONS] [-- <COMMAND_ARGS>...]

Arguments:
  [COMMAND_ARGS]...
          Arguments to pass to cargo or the file specified by --script during tests

Options:
  -a, --alt
          Download the alt build instead of normal build
 ....         
@ehuss ehuss added bug Something isn't working A-ui Area: The CLI and user interface labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ui Area: The CLI and user interface bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants