handleCommandStep method

void handleCommandStep(
  1. String shellScript
)

Implementation

void handleCommandStep(String shellScript) {
  ShellRunner().run(shellScript, renderData);
}