-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
default values should be visible in help screen #184
Comments
Would showing type information also fit under this issue? E.g. if my function signature is intuitively I would expect the Should I submit a separate issue for this? |
Yeah, good idea, let's make a new issue to track that. We might end up fixing them together though. |
Agreed. I just created #239. Does it look acceptable? |
Thanks! Looks great |
Hi, I'm exploring fire for the first time and up for having a go at this one. Could you point me towards the best place in the code to start familiarizing my self with the help strings? EDIT: |
Glad you found it :) |
Okay, so it looks like the target section is At the moment I need to dive a bit deeper into which information is included in I'll create the branch issue-184-default-values-should-be-visible-in-help-screen and start working in there. In terms of code style, I presume I should be following the guide here http://google.github.io/styleguide/pyguide.html . Additionally, from looking at the code I'm seeing
Anything else I should be aware of? Running the rest suite? Shall I stick this info into ./contributing.md while I'm at it? |
Hi, I have a solution ready and would like to create a pull request. However, when I try to push my branch I get the error message: Do I need to be an approved pusher? Or is it preferable that I fork the project and open a pull request from there? |
Awesome summary. Your assessment of the coding style is spot on. The redundant parentheses is a mistake on our part though, but we can clean that up in a separate change; let's stay consistent for now.
If you're inclined to do so that would be helpful, but keep it in a separate PR so we don't block #184 on getting contributing.md right.
Yes, that's the preferred method. |
Great, thanks. I've put in pull request #251. |
Hi, @dbieber is there a plan to release this somewhat soon? It's a really useful feature 👍 (thanks a lot @MichaelCG8) |
As per #114 the default value for an argument should be visible in the help screen.
Some considerations:
The text was updated successfully, but these errors were encountered: