use cl_repl::cli::run; fn main() -> Result<(), Box> { run(argh::from_env()) }