Skip to content

Commit 019710c

Browse files
updating roadmap
1 parent 0267685 commit 019710c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)