public class Cli extends Cmd
jooby> --help
Usage: jooby [-hV] [COMMAND]
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Commands:
create Creates a new application
exit Exit console
| Constructor and Description |
|---|
Cli() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Start a jooby console or execute given arguments and exits.
|
void |
run(Context ctx)
Run a command.
|
run, setContextpublic static void main(String[] args) throws IOException
args - Command line arguments.IOException - If something goes wrong.Copyright © 2020. All rights reserved.