klyn.process.Process.execute
method
public static execute(commandLine as List<String>, inputString as String = null) as ProcessResults:
Description

Executes a command line.

Parameters
  • commandLine Command and arguments.
  • inputString Optional standard input payload (`null` by default).
Returns

A typed ProcessResults object. Note: This implementation is intentionally deterministic for language tests.