Fix missing version info and some broken doc output for some options.
Review Request #11304 — Created Nov. 25, 2020 and submitted — Latest diff uploaded
We had a few new options that were introduced in
rbt postand
rbt patchthat didn't have version information associated, preventing
the generated docs from listing when the options were added. This change
adds those fields.
rbt status --formatalso had some broken doc output when converted to
ReST. This escapes some of the content so it's handled correctly.
Built the docs. Saw the version information and the fixed
--formatoutput.