tyro removes all newline information from the DocString of a command. What's about to keep them? Just apply `textwrap.dedent()` ? Think it's because of `remove_single_line_breaks` here: https://github.com/brentyi/tyro/blob/bee66d37e5bbccf7ee5ac3d1974ffc88e07e7030/src/tyro/_fields.py#L112
tyro removes all newline information from the DocString of a command.
What's about to keep them? Just apply
textwrap.dedent()?Think it's because of
remove_single_line_breakshere:tyro/src/tyro/_fields.py
Line 112 in bee66d3