aboutsummaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-21 11:18:21 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-21 11:18:21 -0400
commitdf1e0af03db13339add48a9bc6350eedb30775ff (patch)
tree42ab1dacb3cedec4f298fd627fa77d152ea8198e /todo.txt
parent8b82a228ef754778caec172f5882e80ae57f536b (diff)
argument parsing and subcommands
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index 7cf102e..fc5b6bb 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,9 +1,10 @@
SNAG
-- [ ] make install subcommand actually run the install script
-- [ ] multiple subcommand handling and proper argument parsing
+- [x] make install subcommand actually run the install script
+- [x] multiple subcommand handling and proper argument parsing
+- [ ] actually try to handle a proper package installation
- [ ] figure out how we handle make configuration, and tools for build scripts
- [ ] dependencies
Things to come back to
- [ ] Optional package info attributes
- - [ ] better memory allocation strategies for snag (temporary, arena) \ No newline at end of file
+ - [ ] better memory allocation strategies for snag (temporary, arena)