pub fn maybe_run_standard_command<T, D, C>(
spec: &ToolSpec,
env: &ProcessEnv,
command: Option<&C>,
output: JsonOutput,
doctor: Option<&D>,
) -> Option<i32>Expand description
Run a mapped standard command when a tool exposes one.