Ripgrep: Autogenerated usage mismatches binary name

Created on 30 Mar 2017  路  7Comments  路  Source: BurntSushi/ripgrep

$ rg -h | head -n14 | tail -n 1
USAGE:ripgrep [OPTIONS] <pattern> [--] [path]...

It should be USAGE:rg [OPTIONS] <pattern> [--] [path]...

Most helpful comment

Wow I had no idea that would happen, I apologize! I'd almost call that a bug, since I shouldn't be allowed to close your PRs and Issues 馃槣

All 7 comments

This is a dupe of #418 I think. That is, I think it's the same underlying regression.

I think this was supposed to be fixed in the latest version of clap, but it's not.

Looking at it now ;-)

I found the issue.

Ah, I see. Thank you!

@kbknapp Wow! I'm surprised Github closed this issue from your PR. (I'm reopening it because it doesn't actually get fixed until deps are bumped... Hah.)

Probably because I once tried to set up @homu on this repo, and so it has access. Cool.

Wow I had no idea that would happen, I apologize! I'd almost call that a bug, since I shouldn't be allowed to close your PRs and Issues 馃槣

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danpintara picture danpintara  路  3Comments

mllg picture mllg  路  3Comments

crumblingstatue picture crumblingstatue  路  3Comments

davidtwco picture davidtwco  路  3Comments

kenorb picture kenorb  路  3Comments