mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-04-29 05:09:47 +08:00
cli command
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use std::collections::HashMap;
|
||||
type Index = HashMap<String, bool>;
|
||||
mod cli;
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
cli::handle_command();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user