summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-29wip: implement business logic (rough draft)demo
There are a ton of visual warts, but the actual logic seems sound so far.
2026-05-29chore: ignore db filesdemo
2026-05-29chore: go get bboltdemo
2026-05-29style: remove rogue empty linedemo
2026-05-29refactor: funnel business logic into bespoke functionsdemo
This way: 1. We don't have to stuff all our business logic where urfave is set up. 2. Our functions aren't forced to use the signature required by the Action field.
2026-05-28feat: handle invalid arguments to 'do'demo
2026-05-28feat: implement stub of task CLI appdemo
Now it's for real, no more preliminary examples.
2026-05-28feat: implement simple flag-usage (--flag) exampledemo
2026-05-28feat: replicate simple example from urfave docsdemo
2026-05-28refactor: set up empty cmd with 'new'demo
2026-05-28feat: add minimal stub boilerplate codedemo
2026-05-28chore: go get urfavedemo
2026-05-28chore: initialize projectdemo
2026-05-28chore: mark project rootdemo