| Modifier and Type | Method and Description |
|---|---|
static CommandLineParser |
CommandLineParser.newInstance() |
static CommandLineParser |
CommandLineParser.newInstance(PrintStream output) |
CommandLineParser |
CommandLineParser.setPrompt(String prompt) |
CommandLineParser |
CommandLineParser.setPrompt(Supplier<String> prompter) |
CommandLineParser |
CommandLineParser.stop() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandLineParser.execute(BiConsumer<CommandLineParser,String> handler) |
Copyright © 2025. All rights reserved.