mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-12 16:08:54 +08:00
Add support to create script file. Add bgi ._bsi file support
This commit is contained in:
@@ -160,6 +160,13 @@ pub enum Command {
|
||||
/// Output directory
|
||||
output: Option<String>,
|
||||
},
|
||||
/// Create a new script file
|
||||
Create {
|
||||
/// Input script
|
||||
input: String,
|
||||
/// Output script file
|
||||
output: Option<String>,
|
||||
},
|
||||
}
|
||||
|
||||
pub fn parse_args() -> Arg {
|
||||
|
||||
Reference in New Issue
Block a user