changed the cli to a tui environment.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
use clap::Parser;
|
||||
use std::{env, path::PathBuf, process::exit};
|
||||
use tetanus::AppState;
|
||||
use tetanus::funcs::cli;
|
||||
use tetanus::funcs::*;
|
||||
|
||||
mod install;
|
||||
|
||||
@@ -59,6 +59,6 @@ fn main() {
|
||||
exit(1);
|
||||
}
|
||||
appstate.initialize_modules();
|
||||
cli(appstate, rx);
|
||||
run_tui(appstate, rx);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user