-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add a short option for --no-filename #1185
Comments
Please suggest a short flag that hasn't been used yet. |
The only letters which aren't used are:
Out of which only |
I'm not sold on adding a short option for this flag. With that said, I don't have a good feel for how often it's used, so it's pretty hard to make a decision. However, I do know that short flags are in short supply, and I'd like to be very careful in how we spend our budget there. To make one thing clear, there is absolutely no way that I'll be changing the behavior of |
Then I guess we should wait and see if anybody else feels like this is needed. All I can say is that I will often do stuff like
I totally agree, it's just that I've gotten so used to it… |
Just to provide a usage data point: I sometimes run stuff like this:
... to find the most common values for the CSS So I wouldn't mind a shortcut. |
I do kind of feel like this might deserve a short flag. But I don't know which to pick.
I'd also like to avoid using a short flag that has both lowercase and uppercase variants available. For example, both For example, the
I don't think I see any obvious mnemonic device here between the flags above and |
Both |
This flag is commonly used in pipelines and it can be annoying to write it out every time you need it. Ideally, we would use -h for this to match GNU grep, but -h is used to print help output. Closes #1185
Thanks for adding this, I use it a lot |
For anyone reading this looking for a super quick answer to what the flags are:
|
Hello,
Would it be possible to add a short option for
--no-filename
?I can understand that you may not want to use
-h
like grep to avoid confusion but I think that any short option would be better than none :)The text was updated successfully, but these errors were encountered: