forked from OSSInnovation/rustime
This commit is contained in:
parent
078bdef46d
commit
57dc106f2a
|
@ -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(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue