Sync
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
func commandMap() error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
@@ -63,5 +63,10 @@ func getCommands() map[string]cliCommand{
|
|||||||
description: "Exits the Pokedex",
|
description: "Exits the Pokedex",
|
||||||
callback: commandExit,
|
callback: commandExit,
|
||||||
},
|
},
|
||||||
|
"map": {
|
||||||
|
name: "map",
|
||||||
|
description: "Print Pokemon world locations.",
|
||||||
|
callback: commandMap,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user