Add working command validator

This commit is contained in:
2026-02-08 14:37:32 +08:00
parent f46084d3fe
commit bfcd414a14
14 changed files with 19272 additions and 21 deletions

View File

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