google / google/python-fire

parsing function help with multiline

Offen
#448 30 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @thebadcoder96 Auf GitHub ansehen
bug help wanted
Vorherrschende Sprache
Python
Sterne
28.2k
Forks
1.5k
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Can I have flexible line breaks in the help comments?

this is the help doc
```
def func(input_table: str):
"""Plot region mutation info using table generated by `bioat bam mpileup_to_table`.

:param input_table: Path of table generated by `bioat bam mpileup_to_table`.
This table should contain base mutation information from a short genome region (no more than 1k nt).

```

printed help I got
```
POSITIONAL ARGUMENTS
INPUT_TABLE
Type: str
Path of table generated by `bioat bam mpileup_to_table`. This table should contain base mutation information from a short genome region (no more than 1k nt).

```

printed help I expacted
```
POSITIONAL ARGUMENTS
INPUT_TABLE
Type: str
Path of table generated by `bioat bam mpileup_to_table`.
This table should contain base mutation information from a short genome region (no more than 1k nt).
```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.