feat: add script.rs

This commit is contained in:
2020-07-25 23:29:38 +08:00
parent 63a411d912
commit 12e07bc44b
2 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ mod cmd;
mod cmd_default;
mod cmd_new;
mod git;
mod script;
use cmd::{ Command, CommandError };
use cmd_default::CommandDefault;