Skip to main content

Module cli

Module cli 

Source

Structs§

RunArgs
muster run: register a command as a process in a project, then run it.

Enums§

CliError
A failure while capturing or running a command.

Functions§

run
Registers the command in the resolved project, then runs it in place. On success this replaces the current process, so it does not return; any error short-circuits before the command runs.