interpreter property

List<String>? interpreter
final

The program and arguments to run the command. On Linux and macOS, defaults to: ["/bin/sh", "-c"]. On Windows, defaults to: ["cmd", "/C"]

Implementation

final List<String>? interpreter;