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.
Would be on a method level, replacement for @ShellOption.
@ShellOption
Possible field ideas:
public @interface Option { String[] longNames() default {}; char[] shortNames() default {}; String description() default ""; String defaultValue() default ""; }