Package io.micronaut.starter.cli
Class InteractiveShell
java.lang.Object
io.micronaut.starter.cli.InteractiveShell
- 
Constructor Summary
ConstructorsConstructorDescriptionInteractiveShell(picocli.CommandLine commandLine, Consumer<String[]> executor, BiFunction<Throwable, picocli.CommandLine, Integer> onError) InteractiveShell(picocli.CommandLine commandLine, Consumer<String[]> executor, BiFunction<Throwable, picocli.CommandLine, Integer> onError, String prompt)  - 
Method Summary
 
- 
Constructor Details
- 
InteractiveShell
public InteractiveShell(picocli.CommandLine commandLine, Consumer<String[]> executor, BiFunction<Throwable, picocli.CommandLine, Integer> onError)  - 
InteractiveShell
 
 - 
 - 
Method Details
- 
start
public void start() 
 -