Move ConsoleUI out of rb-site and into a utility module.
Review Request #11408 — Created Jan. 26, 2021 and submitted — Latest diff uploaded
This change moves the
ConsoleUIclass fromrb-siteout into
reviewboard.cmdline.utils.console. This cleans uprb-site's code and
is a stepping stone toward rethinking some of that interface to benefit
our other command line tools.No logic has been changed in
ConsoleUI. This is a purely mechanical
change.
Ran a full
rb-site install,rb-site upgrade, andrb-site --help.
Everything worked as before, and output was as expected.