Skip to content

Conversation

@bernieke
Copy link
Contributor

@bernieke bernieke commented Mar 9, 2021

The arguments being passed to invoke weren't doing anything.

Now they are properly parsed, converted (sort as list, due as integer, ...) and passed to invoke.

Base automatically changed from master to main March 9, 2021 18:59
@WhyNotHugo
Copy link
Member

Are you using click 8.0 by any change?

Click 8.0 was not supported and had this issue, but the latest merge to master fixed that.

@WhyNotHugo
Copy link
Member

Oh, wait, I think I misunderstood this. Do you have an example usage that fails without this patch?

@bernieke bernieke closed this May 20, 2021
@bernieke bernieke deleted the master branch May 20, 2021 07:06
@bernieke bernieke restored the master branch May 20, 2021 07:10
@bernieke
Copy link
Contributor Author

I have following in my config.py:

default_command = "list --sort=due --due 168 --priority low --no-reverse tasks"

Without my changes the arguments to the list command don't have any effect.

@bernieke
Copy link
Contributor Author

bernieke commented May 20, 2021

I had some trouble with the master->main switch, which caused the PR to get closed, and I couldn't figure out how to re-open it, so I made a new one: #436

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants