Class CreateCommand

java.lang.Object
io.micronaut.starter.cli.command.BaseCommand
io.micronaut.starter.cli.command.CreateCommand
All Implemented Interfaces:
ConsoleOutput, Callable<Integer>
Direct Known Subclasses:
CreateAppCommand, CreateCliCommand, CreateFunctionCommand, CreateGrpcCommand, CreateMessagingCommand

public abstract class CreateCommand extends BaseCommand implements Callable<Integer>