pub fn run(cmd_alias: Option<&str>, args: &[String]) -> Result<()>Expand description
Runs a project command or alias.
This loads the project configuration and executes the requested command or alias with the provided arguments.
ยงErrors
Returns an error if the project configuration cannot be loaded or if the command execution fails.