-
Notifications
You must be signed in to change notification settings - Fork 373
Mismatched help keys and task args doesn't result in a useful error #398
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
Comments
Hm, IIRC the keys in Just checked, and my memory is correct - you need to change Gonna leave this open as "this should have resulted in a useful error instead of silent failure", however. Thanks for the report! |
Fixed in #611. |
Hi,
I am trying to add help text to a task as follow: (Pyinvoke 0.13.0)
The issue is invoke --help build prints nothing in
OPTIONS
.The check
if name in self.help:
(Line: 186) inside functiondef arg_opts()
in invoke/tasks.py is getting failed and not value gets assigned toopts['help']
that's what i noticed. Any workaround for this issue?The text was updated successfully, but these errors were encountered: