pub fn startup_repl_with_diagnostics(
profile: &str,
prompt: Option<&str>,
broken_plugins: &[&str],
) -> (ReplSession, ReplStartupContract, Vec<String>)Expand description
Startup REPL with startup diagnostics for preflight issues.
pub fn startup_repl_with_diagnostics(
profile: &str,
prompt: Option<&str>,
broken_plugins: &[&str],
) -> (ReplSession, ReplStartupContract, Vec<String>)Startup REPL with startup diagnostics for preflight issues.