-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
todo
and todo list
show different results
#237
Comments
I don't understand what you mean here. Could you give an example invocation/config where those behave differently? |
|
I don't think this is cleanly implementable in Click. |
#238 goes halfway there, but there are other issues ( |
I've also noticed that when |
I think my issue is related to this one. I have startable=true in my config file. I hacked it so that startable was correctly passed to the list subcommand, but then I had no way to display non-startable tasks. So I added a --no-startable option. This is still not perfect: I'd like a way to show only non-startable tasks (with a --unstartable perhaps?). But that'd be more of a feature than a fix. Here's my hack's patch. There's probably a cleaner way to do this. (I also fixed a typo in --startable's help message).
|
Due to the way we call the default command, callbacks aren't being run, so
_validate_startable_param
will never run. We already have hacks in place due to this scenario, so we really need to start looking at how we're implementing this.The text was updated successfully, but these errors were encountered: