rocket_cli/commands/
run.rs

1pub fn execute() {
2    println!("Launching rocket...");
3}