Fix TODOs

This commit is contained in:
Aditya Kulkarni
2019-10-01 17:37:25 -07:00
parent 8d5350e500
commit f3ba74372c
3 changed files with 5 additions and 10 deletions

View File

@@ -373,9 +373,6 @@ 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();