Replies: 1 comment
|
created this PR - #7001 P.S. I couldn't find a CONTRIBUTING.md and the discord link in the README didn't work for me so apologies if I have missed something |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I want to add suport for long and short unix flags (for e.g. -f/--flags) when using core:flags. for e.g.
Lets take the following contrived example
I can run it like so
however, if I want to support shorthand flags, it is quite cumbersome to set it up (especially if you want the usage to be nice)
I would like support for a
"short=..."subtag under the args tag so, that I can define my Options struct as follows:All reactions