Compare commits

...

1 Commits

Author SHA1 Message Date
llm1997 029f782826 a 2020-10-31 17:20:59 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ fn main() -> Result<(), Error> {
let opt = commands::Opt::new();
logger::log_init(&opt.log.as_str())?;
info!("main {:?}", opt.cmd);
info!("main {:?}", opt.cmd);
fs::create_dir_all(RUN_PATH)?;
if let Err(e) = commands::handle(&opt) {