shellExecutable property

String? shellExecutable
final

Optional shell executable used to run hook scripts. When null, the runtime picks a platform-appropriate default (bash on POSIX, cmd.exe on Windows).

Implementation

final String? shellExecutable;