google / google/python-fire

parsing function help with multiline

オープン
#448 コメント 30 件 リアクション 0 件 担当者 1 名 @thebadcoder96 が担当を希望しています GitHub で見る
bug help wanted
主要言語
Python
スター
28.2k
フォーク
1.5k
PR マージ指標
30日以内にマージされた PR はありません

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。