summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
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.
8 daysfeat: handle invalid arguments to 'do'demo
8 daysfeat: implement stub of task CLI appdemo
Now it's for real, no more preliminary examples.
8 daysfeat: implement simple flag-usage (--flag) exampledemo
8 daysfeat: replicate simple example from urfave docsdemo
8 daysrefactor: set up empty cmd with 'new'demo
8 daysfeat: add minimal stub boilerplate codedemo