mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2026-02-04 05:13:26 -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 {
|
match command {
|
||||||
#[cfg(feature = "cli-clap")]
|
#[cfg(feature = "cli-clap")]
|
||||||
Command::CliClap => ac_qu_ai_nt_cli_clap::main(),
|
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