Get rid of shadowed --json argument to `rbt status-update`
Review Request #12111 — Created March 7, 2022 and submitted — Latest diff uploaded
The
rbt status-update
command had an existing--json
argument, which
was colliding with the new project-wide--json
output. This change
updates that command to use the new argument and output objects to
implement the same behavior.
Ran
rbt status-update --json
and saw it work correctly instead of spew
errors about building the argument parser.