Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate help infomation of task args from function docstring. #993

Open
cupen opened this issue Apr 26, 2024 · 0 comments
Open

Generate help infomation of task args from function docstring. #993

cupen opened this issue Apr 26, 2024 · 0 comments

Comments

@cupen
Copy link

cupen commented Apr 26, 2024

@task
def build(skip=False, validate=False):
    """
    Just build
    :param skip: it's blahblah...
    :param validate: it's balhblah...
    """
    pass

I can make a pr for it.

It's inspired by https://github.com/shmuelamar/cbox

@cupen cupen changed the title add comment for tasks args. Generate help infomation of task args from function docstring. Apr 30, 2024
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

No branches or pull requests

1 participant