In the following setup:
@task(default=True)
def all_the_things():
# whatever
# this bug is true for implicit and explicit root namespaces - makes no difference
This command should call all_the_things, intuitively:
But it doesn't; nor does it error.
If we have code that does/did do this, figure out why it broke & write regression test.
If not, update things so it does.