Package io.micronaut.starter.cli.command
Class CreateChatBotBuilderCommand
java.lang.Object
io.micronaut.starter.cli.command.BaseCommand
io.micronaut.starter.cli.command.BuilderCommand
io.micronaut.starter.cli.command.CreateChatBotBuilderCommand
- All Implemented Interfaces:
ConsoleOutput
,Callable<Integer>
-
Field Summary
Fields inherited from class io.micronaut.starter.cli.command.BuilderCommand
features, projectGenerator, PROMPT
Fields inherited from class io.micronaut.starter.cli.command.BaseCommand
commonOptions, spec
Fields inherited from interface io.micronaut.starter.io.ConsoleOutput
NOOP
-
Constructor Summary
ConstructorDescriptionCreateChatBotBuilderCommand
(ProjectGenerator projectGenerator, List<Feature> features) -
Method Summary
Modifier and TypeMethodDescriptioncreateGenerateOptions
(org.jline.reader.LineReader reader) getArchitecture
(org.jline.reader.LineReader reader) getCdk
(org.jline.reader.LineReader reader) Methods inherited from class io.micronaut.starter.cli.command.BuilderCommand
call, getBuildTool, getEnumOption, getEnumOption, getFeatureOption, getFeatures, getJdkVersion, getJdkVersionCandidates, getLanguage, getListOption, getOption, getOptions, getProject, getTestFramework, getYesOrNo
Methods inherited from class io.micronaut.starter.cli.command.BaseCommand
err, errWriter, getOperatingSystem, getSpec, green, out, outWriter, red, showStacktrace, verbose, warning
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
CreateChatBotBuilderCommand
-
-
Method Details
-
createGenerateOptions
- Specified by:
createGenerateOptions
in classBuilderCommand
-
getArchitecture
-
getCdk
-