pimutils / todoman

✅ A simple, standards-based, cli todo (aka: task) manager.
https://todoman.readthedocs.io
ISC License
482 stars 76 forks source link

Flags in config file don’t apply to default commands #547

Closed Hawk777 closed 4 months ago

Hawk777 commented 4 months ago

Put this in config.py:

default_command = "list"
startable = True

Run todo list. Only startable tasks are shown. Run todo. All tasks, startable or not, are shown. This seems unintuitive and probably wrong.

Hawk777 commented 4 months ago

Sorry about the noise, I think this is a duplicate of GH-237 (that one has a number of different bugs described in one ticket, so I initially missed it).