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(String... args)
Run the command. 
 | 
getDescription, getExamples, getHelp, getName, getOptionsHelp, getUsageHelppublic ExitStatus run(String... args) throws Exception
Commandargs - command arguments (this will not include the command itself)Exception - if the command fails