google / google/python-fire

Missing helptext for multiline argument.

Open
#309 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
28.2k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

Only the first line of help text is displayed for argument `name`.
Thanks @orkun1675 for reporting.

def foo(self, name):
"""Greets name.

Arguments:
name: The person to greet. This is a very long line that has to be word
wrapped and contains a colon (:) in it.
"""
print('Hello %s' % name)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.