-
Notifications
You must be signed in to change notification settings - Fork 57
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
Give --help example of using grep on stderr of rustc #360
base: master
Are you sure you want to change the base?
Conversation
I'm wondering, have you seen the documentation at https://rust-lang.github.io/cargo-bisect-rustc/? I'm a little reluctant to add lots of examples here, since there are many different workflows. What do you think of linking to that documentation in the help instead? |
Thanks for taking a look at my PR. Yep, I am aware of those docs. If strongly prefer a summary of examples in I think we should make it as easy as possible for casual users of And I think my example is actually a great example to have in |
@Enselic I am also a great fan of offline documentation but at this time the offline docs for this tool are a bit clunky to use (see also #359). I agree that for now it's probably quicker to just update the online documentation. But. If your intent is to expand offline documentation, how about giving this tool a Ideally a workflow that generates both offline and online help (can I dream? 🙂 ) |
Well my intent is to make the tool easier to use by providing a useful example directly under |
It is very useful in cases like this but it is a bit tricky to figure out how to do it if you are new to using cargo-bisect-rustc.
By adding this example to --help we can make it easier for others to discover this trick.