cli command

This commit is contained in:
HouXiaoxuan
2023-12-16 22:17:28 +08:00
parent 6f706cd32f
commit 6fee838582
3 changed files with 61 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
use std::collections::HashMap;
type Index = HashMap<String, bool>;
mod cli;
fn main() {
println!("Hello, world!");
cli::handle_command();
}