Skip to main content

run

Function run 

Source
pub fn run() -> Result<()>
Expand description

Parse the current process arguments and run the selected command.

Normal command output is written to stdout. Recoverable watch failures are written to stderr; fatal errors are returned to the binary entry point.

ยงErrors

Returns an error when command input is invalid or a requested operation fails.