ShellCommand.parse constructor
ShellCommand.parse(
- String command
Parse a single line command
Implementation
ShellCommand.parse(String command)
: this.fromArguments(shellScriptLineToArguments(command));
Parse a single line command
ShellCommand.parse(String command)
: this.fromArguments(shellScriptLineToArguments(command));