Get the shell path, using workingDirectory or current directory if null.
@override String get path => options.workingDirectory ?? '.';