Present long/short options separated in the options table for markdown formatted help
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
IOW, we should have
```
| -v | --verbose | put stuff in verbose |
| | --verbosity | set verbosity level |
```
instead of
```
| -v, --verbose | put stuff in verbose |
| --verbosity | set verbosity level |
```
Evaluation history
No evaluation history available.