ShellCommand.parse constructor

ShellCommand.parse(
  1. String command
)

Parse a single line command

Implementation

ShellCommand.parse(String command)
  : this.fromArguments(shellScriptLineToArguments(command));