It would be great to support wildcards for the list command. E.g. consider the following dodo.py
file.
def task_hello():
return {"actions": [lambda: None]}
Running the task with a wildcard works as desired.
$ doit run "hel*"
. hello
But trying to list with a wildcard suggests that a task hello
does not exist.
$ doit list "hel*"
ERROR: 'hel*' is not a task.
Having feature parity across the two commands would be useful. Thanks for continuing to maintain this build tool!
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too