From 3e86e1d11fa06dedde78621c3e0503a7492ad05e Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 27 Sep 2024 14:49:37 +0200 Subject: copy citekey action, info box init --- src/main.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index a07b75a..6ffff25 100644 --- a/src/main.rs +++ b/src/main.rs @@ -50,14 +50,8 @@ async fn main() -> AppResult<()> { std::process::exit(0); } - // TODO: Implement logic for CLI arguments/options which need to be handled - // before the TUI is started - - let mut bib_main = BibiMain::new(); - let mut bib_data = BibiData::new(&bib_main.bibliography, &bib_main.citekeys); - // Create an application. - let mut app = App::new(&mut bib_main, &mut bib_data); + let mut app = App::new(); // Initialize the terminal user interface. let backend = CrosstermBackend::new(io::stdout()); -- cgit v1.2.3