shellExecutable property
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;
Optional shell executable used to run hook scripts. When null, the
runtime picks a platform-appropriate default (bash on POSIX,
cmd.exe on Windows).
final String? shellExecutable;