This commit is contained in:
Aditya Kulkarni
2019-09-12 14:39:18 -07:00
parent 0199c9445d
commit 71b2b1b6d2
2 changed files with 2 additions and 38 deletions

View File

@@ -198,6 +198,8 @@ impl Command for QuitCommand {
}
}
// TODO: Add rescan command
// TODO: Add consolidate command to consolidate t inputs
pub fn get_commands() -> Box<HashMap<String, Box<dyn Command>>> {
let mut map: HashMap<String, Box<dyn Command>> = HashMap::new();