Skip to main content

parse_executor_kind

Function parse_executor_kind 

Source
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.