mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-12-15 12:45:29 -05:00
fix: cover the new cases of Command for GuiEframe and TuiRatatui
This commit is contained in:
@@ -58,5 +58,9 @@ fn main() {
|
||||
match command {
|
||||
#[cfg(feature = "cli-clap")]
|
||||
Command::CliClap => ac_qu_ai_nt_cli_clap::main(),
|
||||
#[cfg(feature = "gui-eframe")]
|
||||
Command::GuiEframe => todo!(),
|
||||
#[cfg(feature = "tui-ratatui")]
|
||||
Command::TuiRatatui => todo!(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user