fix(ac-qu-ai-nt-cli-clap): write a main function instead of re-exporting so that the declared MSRV can be met

This commit is contained in:
J / Jacob Babich
2024-10-11 02:46:02 -04:00
parent a1a2712895
commit b1e707a77a

View File

@@ -1 +1,3 @@
use ac_qu_ai_nt_cli_clap::main;
fn main() {
ac_qu_ai_nt_cli_clap::main();
}