google / google/python-fire

parsing function help with multiline

Ouverte
#448 30 commentaires 0 réactions 1 personne assignée Réclamée par @thebadcoder96 Voir sur GitHub
bug help wanted
Langage dominant
Python
Étoiles
28.2k
Forks
1.5k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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).
```

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.