implemented command

refactor command to a new crate
This commit is contained in:
2026-02-08 17:34:52 +08:00
parent bfcd414a14
commit 900cd48509
17 changed files with 424 additions and 353 deletions

View File

@@ -1,6 +1,3 @@
mod command_validator;
pub use command_validator::*;
use std::path::PathBuf;
pub const FILE_EXTENSION: &str = "mg";