-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix: Macro benchmarks #248
Conversation
r? @kbknapp |
And so tests will be handy 😉 |
Yepp =D |
NOTE: My macro builder is going to need some good docs soon... This is one good sample of just why. It is just a bit too flexible (, and strict!) 😉 |
@Vinatorul I think @yo-bot needs to learn your labeling chore. 😉 Reoccurring that I see you manually setting these. I'm not used to having the permission to set these labels... I should get in a habit of it now. |
Now it will get labeling job. Stop bots invasion! 😝 |
Ahh.. The Automation Takeover Begins. |
👍 great work! I'm ok with |
don't forget to use @yo-bot |
(+)
in wrong location in macro definition (Sorry).value_name(s)
andpossible_value(s)
, macro implementation repeats over non plural functions--long-option-2
->--long_option_2
Is this a problem? If so - feel free to use the manual function vialong("long-option-2")
[positional]
expands tovalue_name("positional") takes_value(true)
notindex(1)