workingDir property

String? workingDir
final

The working directory to run the script in.

If not provided, defaults to the working directory in the config.

If that is also null, defaults to the current directory.

Implementation

final String? workingDir;