pub async fn run_command(
    project: &Project,
    cmd: &Command,
    default_vars: &TemplateVariables,
    argv: &Vec<String>
) -> bool
Expand description

Run a command with all its dependencies