Skip to main content

workspace_bool_arg

Function workspace_bool_arg 

Source
fn workspace_bool_arg(
    args: &[Arg],
    env: &Environment,
    interp: &Interpreter,
    name: &str,
    default: bool,
) -> Result<bool, RError>