Annotation Type CliSubcommandsWithPrefix
-
@Retention(RUNTIME) @Target(TYPE) public @interface CliSubcommandsWithPrefix
Required for
control.shbackward compatibility.CommandsRegistrymarked with this annotation must expect subcommand name with--prefix.
Example:
Here, subcommand name "--stop" passed with./control.sh --warm-up --stop ... other options.--command prefix.