From 73fb0fffadf4a82fd137e852305e461180190a27 Mon Sep 17 00:00:00 2001 From: Tom McKeesick Date: Wed, 20 Mar 2024 00:10:07 +1100 Subject: [PATCH] move todo item --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a785c2d0..2ebbf317 100644 --- a/README.md +++ b/README.md @@ -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