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