Function starlark_dialect_build_targets::run_target[][src]

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.