We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just some fancy features that I think would be cool to have. It would be nice if the --help message could
<type>
<value>
<bool>
Boolean
<int*>
List[Int]
The text was updated successfully, but these errors were encountered:
👍 for the first two points at least.
What do you mean about the flags? That the short version should be printed before the long one?
Sorry, something went wrong.
Whoops, the angle brackets in the third bullet got rendered as html tags, see updated comment.
Awesome!
No branches or pull requests
Just some fancy features that I think would be cool to have. It would be nice if the --help message could
<type>
of the flag instead of "<value>
". For example,<bool>
forBoolean
or<int*>
forList[Int]
.The text was updated successfully, but these errors were encountered: