Skip to content

Add in-target comments as docstrings in PyInvoke tasks #11

@edvardm

Description

@edvardm

Meaning when I have

foo:   ## Execute foo
    run_cmd

it should be compiled to

@task
def foo(c):
    """Execute foo"""
    c.run("run_cmd")

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions