Post: Fix CLI bustage.
This commit is contained in:
parent
9513012aa5
commit
1b66818ac9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pub mod repl;
|
||||||
pub mod errors;
|
pub mod errors;
|
||||||
|
|
||||||
pub fn run() -> i32 {
|
pub fn run() -> i32 {
|
||||||
env_logger::init().unwrap();
|
env_logger::init();
|
||||||
|
|
||||||
let args = std::env::args().collect::<Vec<_>>();
|
let args = std::env::args().collect::<Vec<_>>();
|
||||||
let mut opts = Options::new();
|
let mut opts = Options::new();
|
||||||
|
|
Loading…
Reference in a new issue