mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
chore: build out the infrastructure for commands to be passed to the clap CLI
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
use clap::Parser;
|
||||
|
||||
fn main() {
|
||||
ac_qu_ai_nt_cli_clap::main();
|
||||
let args = ac_qu_ai_nt_cli_clap::Args::parse();
|
||||
|
||||
ac_qu_ai_nt_cli_clap::main(args);
|
||||
}
|
||||
|
Reference in New Issue
Block a user