public class ShellCommand extends AbstractCommand
Command to start a nested REPL shell.Shell| Constructor and Description |
|---|
ShellCommand() |
| Modifier and Type | Method and Description |
|---|---|
ExitStatus |
run(java.lang.String... args)
Run the command.
|
getDescription, getExamples, getHelp, getName, getOptionsHelp, getUsageHelppublic ExitStatus run(java.lang.String... args) throws java.lang.Exception
Commandargs - command arguments (this will not include the command itself)java.lang.Exception - if the command fails