Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Concrete methods
Feed a string to standard input (default encoding of UTF-8).
Feed a string to standard input (default encoding of UTF-8).
Attributes
Redirect standard output to a file, overwriting any existing content.
Redirect standard output to a file, overwriting any existing content.
Attributes
Redirect standard output to a file, appending content to the file if it already exists.
Redirect standard output to a file, appending content to the file if it already exists.
Attributes
Specify the environment variables that will be used when running this command.
Specify the environment variables that will be used when running this command.
Attributes
Runs the command returning only the exit code.
Runs the command returning only the exit code.
Attributes
Flatten this command to a non-empty chunk of standard commands. For the standard case, this simply returns a 1 element chunk. For the piped case, all the commands in the pipe will be extracted out into a chunk from left to right.
Flatten this command to a non-empty chunk of standard commands. For the standard case, this simply returns a 1 element chunk. For the piped case, all the commands in the pipe will be extracted out into a chunk from left to right.
Attributes
Inherit standard input, standard output, and standard error.
Inherit standard input, standard output, and standard error.
Attributes
Runs the command returning the output as a list of lines (default encoding of UTF-8).
Runs the command returning the output as a list of lines (default encoding of UTF-8).
Attributes
Runs the command returning the output as a list of lines with the specified encoding.
Runs the command returning the output as a list of lines with the specified encoding.
Attributes
Runs the command returning the output as a stream of lines (default encoding of UTF-8).
Runs the command returning the output as a stream of lines (default encoding of UTF-8).
Attributes
Redirect the error stream to be merged with the standard output stream.
Redirect the error stream to be merged with the standard output stream.
Attributes
Start running the command returning a handle to the running process.
Start running the command returning a handle to the running process.
Attributes
Specify what to do with the standard error of this command.
Specify what to do with the standard error of this command.
Attributes
Specify what to do with the standard input of this command.
Specify what to do with the standard input of this command.
Attributes
Specify what to do with the standard output of this command.
Specify what to do with the standard output of this command.
Attributes
Runs the command returning the output as a chunked stream of bytes.
Runs the command returning the output as a chunked stream of bytes.
Attributes
Runs the command returning the entire output as a string (default encoding of UTF-8).
Runs the command returning the entire output as a string (default encoding of UTF-8).
Attributes
Runs the command returning the entire output as a string with the specified encoding.
Runs the command returning the entire output as a string with the specified encoding.
Attributes
Runs the command returning only the exit code if zero.
Runs the command returning only the exit code if zero.
Attributes
Set the working directory that will be used when this command will be run. For the piped case, each piped command's working directory will also be set.
Set the working directory that will be used when this command will be run. For the piped case, each piped command's working directory will also be set.