| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 7 days | feat: add 'rm INDEX' command | demo | |
| 7 days | feat: add an "undo" command | demo | |
| This puts a task back in the TODO state. Some refactoring here lets us reuse the same code for handling both cmdDo and cmdUndo. | |||
| 7 days | wip: implement business logic (rough draft) | demo | |
| There are a ton of visual warts, but the actual logic seems sound so far. | |||
| 7 days | style: remove rogue empty line | demo | |
| 7 days | refactor: funnel business logic into bespoke functions | demo | |
| 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 days | feat: handle invalid arguments to 'do' | demo | |
| 8 days | feat: implement stub of task CLI app | demo | |
| Now it's for real, no more preliminary examples. | |||
| 8 days | feat: implement simple flag-usage (--flag) example | demo | |
| 8 days | feat: replicate simple example from urfave docs | demo | |
| 8 days | refactor: set up empty cmd with 'new' | demo | |
| 8 days | feat: add minimal stub boilerplate code | demo | |
