Andres Villegas 8d5bb54f77
[OptTable] Make new lines in help text respect indentation (#75366)
With this changes, new lines in the HelpText defined in OptTable have
the same indentation as the first line.

Before, the help output will look something like:

```
--color=<value>       Whether to use color when
symbolizing log markup: always, auto, never
```

With this change:

```
--color=<value>       Whether to use color when
                      symbolizing log markup: always, auto, never
```
2023-12-14 16:05:36 -08:00
..