Skip to content

Root namespace default tasks ignored #165

@bitprophet

Description

@bitprophet

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:

$ invoke

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions