pub fn run_target(
    env: &mut Environment,
    type_values: &TypeValues,
    call_stack: &mut CallStack,
    target: Option<&str>
) -> Result<()>
Expand description

Runs a named target.

Runs the default target is a target name is not specified.