Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
llm1997 | 029f782826 |
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue