Skip to content

Commit

Permalink
move todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
tmck-code committed Mar 19, 2024
1 parent 6b09c23 commit bee4578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,10 @@ DEBUG=test go test -v ./test/
## TODO
- Short-term
- [ ] support long and short cli args (e.g. --name/-n)
- [ ] optionally print ID assigned to each pokemon, support deterministic selection via the same ID
- Longer-term
- In Beta
- [x] support long and short cli args (e.g. --name/-n)
- Completed
- [x] Make the category struct faster to load - currently takes up to 80% of the execution time
- [x] Store metadata and names in a more storage-efficient manner
Expand Down

0 comments on commit bee4578

Please sign in to comment.