-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Is it possible to add a similar overload for the command? #147
Comments
No, you misunderstood me. I meant no <name: type> argument, just text like "add" and "stop". |
This may not be possible |
I hope there is a way, because without this it is impossible to beautifully implement different functionality for one team. |
yes, thanks! I'll try it now |
With two String, BDS can't tell if it's the first or the second. This is no longer part of the LL discussion. |
Please use back to enum, this may also be the reason why BDS uses that method internally Sorry I couldn't help you. |
thanks for trying to help. I hope that soon it will be possible to add something like "names" to overloads, like add & stop in camerashake, etc. |
I'll now try it |
what is the CommandParameterOption? what heading is it in? |
add enum CommandParameterOption in your code |
ok, but it doesn't solve my current parsing problem. |
|
Thank you for your reply. Documentation will be available as soon as possible |
How to make the parser work adequately with different arguments in 2 overloads? |
Is it possible to add an argument like this "add" and "stop" to the command overload?
The text was updated successfully, but these errors were encountered: