Command.arg
Command.args
Command.current_dir
Command.env
Command.spawn
Command.stderr
Configuration for the child process’s standard error (stderr) handle.
Defaults to [
inherit] when used with [spawn] or [status], and
defaults to [piped] when used with [output].
Command.stdin
Configuration for the child process’s standard input (stdin) handle.
Defaults to [
inherit] when used with [spawn] or [status], and
defaults to [piped] when used with [output].
Command.stdout
Configuration for the child process’s standard output (stdout) handle.
Defaults to [
inherit] when used with [spawn] or [status], and
defaults to [piped] when used with [output].
