We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Basically what we have in a CommandRegistration should be supported via annotation:
CommandRegistration
CommandRegistration.builder() .withOption() .longNames("arg2") .label("MYLABEL") .and() .build();