Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = []Cmd{ {Name: "catch", Description: "Walks you through catching a new Pokemon"}, {Name: "kill", Description: "Kill all Pokemon in a route", Args: &[]Arg{ {Name: "route", Description: "Name of the route to kill (case insensitive)", Optional: true}, }}, {Name: "end", Description: "Ends the game (whiteout / blackout)"}, {Name: "quit", Description: "Quit from the terminal (ctrl + c)"}, {Name: "help", Description: "Displays help", Args: &[]Arg{ {Name: "command", Description: "Name of a command to display help for", Optional: true}, }}, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.