Skip to main content

start_repl

Function start_repl 

Source
pub async fn start_repl(
    load: Option<&Path>,
    auto_save: bool,
    history: Option<&Path>,
    config: &Config,
) -> Result<()>