Skip to content

_frontend/cli.py: Fix formatting for `bst show` help text

Chandan Singh requested to merge chandan/fix-bst-show-formatting into master

Fixes #323 (closed).


This is not perfect but this is probably as good as it is going to get while this usage info lives inside a docstring. We can't really use more complex markup here as the CLI help text would suffer in that case. For example, I attempted to convert the list of format options into a table, but that made the CLI help text look gross although the generated HTML was much better.

Merge request reports