| Age | Commit message (Collapse) | Author |
|
This puts a task back in the TODO state.
Some refactoring here lets us reuse the same code for handling both
cmdDo and cmdUndo.
|
|
|
|
|
|
|
|
There are a ton of visual warts, but the actual logic seems sound so
far.
|
|
|
|
|
|
|
|
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.
|
|
|
|
Now it's for real, no more preliminary examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|