You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for identifying the fix. Quick note - repr('') doesn't evaluate to '', so that one-liner is quite right, but it gets the idea across. Let's include this improvement in the next release 👍
Fire (v0.4.0, master) does not seem to show default values for keyword-only arguments. Consider the following example:
Save it as
foo.py
and runpython3 foo.py --help
.Expected Output:
Actual Output:
Looks like a one line change could fix this: change the
return
statement herepython-fire/fire/helptext.py
Line 527 in 37c4305
The text was updated successfully, but these errors were encountered: