Struct ::process::Command
A builder for a child command to execute
Methods
Set the first process argument, argv[0], to something other than the default executable path. (Unix only)
Sets configuration for the child process’s standard input (stdin) handle.
Sets configuration for the child process’s standard output (stdout) handle.
Sets configuration for the child process’s standard error (stderr) handle.