pub fn run_tutorial_with_prompter(
prompter: &dyn TutorialPrompter,
keep_sandbox: bool,
) -> Result<()>Expand description
Run tutorial with a custom prompter (for testing).
pub fn run_tutorial_with_prompter(
prompter: &dyn TutorialPrompter,
keep_sandbox: bool,
) -> Result<()>Run tutorial with a custom prompter (for testing).