-
Notifications
You must be signed in to change notification settings - Fork 27
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
Polish CLIs MPC #90
Comments
Just FYI, I've added a small commit to #73 to address the part about the command list and description layout. Regarding the format of the flags, that's controlled by |
Great thanks @dtebbs looks better!
Ah yes indeed. Ok don't bother with that then! |
Closing as this was fixed in #73 |
Just ran
mpc --help
on #73 and I have:-short-flags, --long-flags ARG Explanation and usage
So basically, I'd be great to have the following output for the
mpc --help
(I don't know how to align stuffs properly in markdown... all messages should consistently be aligned...)
Having such detailed help message is clearer. It would also (potentially) enable to rename several "long commands" with more succint names, like
linear-combination
->lin-comb
,phase2-begin
->p2-begin
and so forth without losing clarityThe text was updated successfully, but these errors were encountered: