pub fn parse_executor_kind(raw: &str) -> Result<ExecutorKind, String>Expand description
Parse an executor-kind string ("local" / "sandbox", case-insensitive)
for the [executor] kind config value and the --executor-kind CLI flag.
pub fn parse_executor_kind(raw: &str) -> Result<ExecutorKind, String>Parse an executor-kind string ("local" / "sandbox", case-insensitive)
for the [executor] kind config value and the --executor-kind CLI flag.