registered the new setup command
This commit is contained in:
@@ -6,6 +6,7 @@ pub struct Setup;
|
||||
|
||||
impl Command for Setup {
|
||||
fn execute(&self, _args: &HashMap<String, String>) -> Result<(), String> {
|
||||
println!("setting up");
|
||||
return Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user