pub fn plan(
target: &str,
args: &[String],
disable: bool,
) -> Result<RunPlan, RunError>Expand description
Build the RunPlan for target and args. Reads the filesystem to
classify the target and (for a package) to resolve its entry file.