property Deno.CommandOptions.cwd
The working directory of the process.
If not specified, the cwd of the parent process is used.
Type #
string | URL The working directory of the process.
If not specified, the cwd of the parent process is used.
string | URL