-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update the sort order in --help and the manpage #653
Comments
Most often used options for me:
|
Also, we shouldn't just "blindly" sort it by used-most-frequently. Maybe even more important would be to group similar options together:
|
Also: |
It's useful to me when I've got my fish-completions-writer hat on, but almost never otherwise. Quite honestly, I'm surprised it got a single-letter option in the latest release — that's prime real estate being used up by an option that probably gets run almost never. |
I strongly endorse keeping related options close together. Related opinions, in no particular order:
|
--help
.
Hello guys, I'm newcomer trying to get my feet wet on this project since it is something I actually use. This one seemed like a good start if everyone agrees :) So personally, I rarely use any flag really. By itself it serves most of my needs. Nevertheless I tried to reach to an order of what seemed the most "useful":
Given the the tool's use case and many of the comments, the "filtering" options seemed the most interesting to me. From
And that is basically it. What do you think? Suggestions are welcome. |
Sounds great! I don't quite agree with your order. IMO, Apart from that, I don't really care too much as long as it's clustered. Another option would be to just alphabetically sort it and get on with it 😄 |
Thanks for the feedback. I tried to be as agnostic as possible and clearly that is not possible as it might depend on people's uses :P. Anyways, before reverting back to sorting the options what do you think of putting those two near the top, but bellow
It seems it keeps everything important on the top and clustered up :) |
Sounds good! |
closed via #700 by @hrlmartins |
This has been released in bat 0.13. |
As mentioned in @sharkdp's comment on issue #651, the order in which things show up in
--help
was intended to be "most useful"/"most frequently used" first.As @sharkdp also pointed out in his comment, some of the entries need to be moved to bring
--help
back in line with its intended ordering scheme.I'm opening this issue as a way to keep track of that, and to also get feedback from people who use bat and want to suggest some improvements to the current order or let us know which options they find themselves using most frequently.
The text was updated successfully, but these errors were encountered: