File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ The architecture behind how the tool works is straight forward.
114114_ Not 100% up-to-date, may add or remove some of these choices_
115115
116116- [ ] ` pokemon ` : get data about a specific Pokémon.
117- - [x] ` --abilities | -a ` : display the Pokémon's abilities.
118- - [x] ` --types | -t ` : display the Pokémon's typing .
119- - [ ] ` --stats | -s ` : display the Pokémon's base stats .
120- - [ ] ` types ` : get data about a specific typing .
121- - [ ] ` --chart | -c ` : display the type's damage chart. Undecided to be a flag or not .
117+ - [x] ` -a | --abilities ` : display the Pokémon's abilities.
118+ - [x] ` -s | --stats ` : display the Pokémon's base stats .
119+ - [x ] ` -t | --types ` : display the Pokémon's typing .
120+ - [ ] ` -m | --moves ` : display learnable moves .
121+ - [x ] ` types ` : get data about a specific typing .
122122- [ ] ` ability ` : get data about a specific ability.
123123- [ ] ` move ` : get data about a specific move.
You can’t perform that action at this time.
0 commit comments