Add a single command-line argument.
Argument string.
Add multiple command-line arguments.
List of argument strings.
Set the working directory for the subprocess.
Absolute or relative directory path.
Set or extend environment variables for the subprocess.
Key-value dictionary of environment variables.
Execute the configured command and return a Promise resolving on process exit.
Promise resolving with standard output, error streams, and status.
Configure the subprocess to inherit stdout and stderr from the parent process.
Enable executing the command via PowerShell (powershell.exe or pwsh).
Whether to use PowerShell.
Shell binary choice ('powershell' or 'pwsh').
StaticcreateStatic factory to instantiate a new Command.
Name or path of the binary/command.
Fluent builder for launching and managing system subprocesses. Supports cross-platform execution and shell redirection (e.g. PowerShell).