summaryrefslogtreecommitdiff
path: root/cmds.go
AgeCommit message (Collapse)Author
7 dayswip: dump raw taskType struct when listing tasksdemo
7 daysfix: convert byte-formatted numbers into ordinary uint64demo
7 dayswip: implement business logic (rough draft)demo
There are a ton of visual warts, but the actual logic seems sound so far.
7 daysrefactor: 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.