summaryrefslogtreecommitdiff
path: root/cmds.go
AgeCommit message (Collapse)Author
8 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.