shellArguments property

List<String>? shellArguments
final

Optional shell arguments preceding the hook script. When null, the runtime picks defaults that match shellExecutable (['-lc', script] for bash, ['/c', script] for cmd.exe).

Implementation

final List<String>? shellArguments;