feat: v0.6.27

This commit is contained in:
2021-01-03 11:06:51 +08:00
parent 740d5baf65
commit 394e76ba29
2 changed files with 3 additions and 4 deletions

View File

@@ -40,6 +40,5 @@ fn main() -> XResult<()> {
c.add(Box::new(cmd_credit_query::CommandImpl));
c.add(Box::new(cmd_credit_queryall::CommandImpl));
c.run()?;
Ok(())
c.run()
}