This commit is contained in:
tangweicheng 2020-10-31 17:21:06 +08:00
parent 078bdef46d
commit 57dc106f2a
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ pub fn do_init(_opt: &Opt, _args: &InitArgs) -> Result<(), Error> {
}
pub fn do_start(_opt: &Opt, _args: &StartArgs) -> Result<(), Error> {
println!("");
Ok(())
}