You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# placed into the /app directory, run the program with './poke-cli'
108
108
# example: ./poke-cli ability swift-swim
109
109
```
@@ -118,7 +118,7 @@ Cloudsmith is a fully cloud-based service that lets you easily create, store, an
118
118
6. Run the tool!
119
119
120
120
> [!IMPORTANT]
121
-
> For macOS, you may have to allow the executable to run as it is not signed. Head to System Settings > Privacy & Security > scroll down and allow the executable to run.
121
+
> For macOS, you may have to allow the executable to run as it is not signed. Head to System Settings > Privacy & Security > scroll down and allow executable to run.
122
122
123
123
<details>
124
124
@@ -174,6 +174,7 @@ By running `poke-cli [-h | --help]`, it'll display information on how to use the
174
174
│ pokemon Get details about a Pokémon │
175
175
│ search Search for a resource │
176
176
│ speed Calculate the speed of a Pokémon in battle │
177
+
│ tcg Get details about TCG tournaments │
177
178
│ types Get details about a typing │
178
179
│ │
179
180
│ hint: when calling a resource with a space, use a hyphen │
@@ -197,7 +198,7 @@ Below is a list of the planned/completed commands and flags:
197
198
- [x] add mega evolution data
198
199
- [x] add scarlet & violet data
199
200
- [x] add sword & shield data
200
-
- [] add sun & moon data
201
+
- [x] add sun & moon data
201
202
- [ ] add x & y data
202
203
- [x] `item`: get data about an item.
203
204
- [x] `move`: get data about a move.
@@ -216,6 +217,7 @@ Below is a list of the planned/completed commands and flags:
216
217
- [x] `move`
217
218
- [x] `pokemon`
218
219
- [x] `speed`: compare speed stats between two Pokémon.
0 commit comments