Add working command validator
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
mod command_validator;
|
||||
|
||||
pub use command_validator::*;
|
||||
use std::path::PathBuf;
|
||||
|
||||
pub const FILE_EXTENSION: &str = "mg";
|
||||
|
||||
Reference in New Issue
Block a user