pub fn run_noninteractive_with_config<R, W>(
reader: R,
out: &mut W,
config: RunConfig,
) -> Result<()>Expand description
Runs the REPL in non-interactive mode with the given configuration.
ยงErrors
Returns an error if reading from the input or writing to the output fails.