-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
rg --help outputs search results #439
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
Comments
|
Strange. I can't seem to reproduce. There's been a little bit of churn lately on handling |
@kbknapp Oh. Derp. Thanks for that reminder. :-) |
I just pushed the new version to crates.io so once the ripgrep tests pass it should be safe to merge ;-) |
OK, the PR is merged. I will close this one out once I put out a new release of ripgrep and test that |
Cool. What does cargo install --locked do? It's not entirely clear. |
I'm confused too, was just looking at cargo install and wondering if it were possible to ask it to respect the lock file. Then I learned it's not packaged. |
So, the |
glad that simply following @BurntSushi 's clone/build idiom works for just copying the built command into place. |
I can confirm that |
Thanks for fixing. I'm glad you continue to support cargo install, it's very convenient.. for rusties. |
Fix confirmed on this end, by the way. |
I don't understand this.
rg 0.5.0 installed using cargo install -f ripgrep compiled using
rustc 1.18.0-nightly (5309a3e31 2017-04-03)
platform: Linux x86-64.~/.cargo/bin/rg -h
outputs the help as expected,~/.cargo/bin/rg --help
outputs..something that looks like every line of all the files?The text was updated successfully, but these errors were encountered: