Get rid of shadowed --json argument to `rbt status-update`
Review Request #12111 — Created March 7, 2022 and submitted
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.
Summary | ID |
---|---|
17660ee46126b43360e0e2191ad5227ac9812b5e |
Description | From | Last Updated |
---|---|---|
Can we generate the list up-front and then set it? Less expensive and a bit more readable. |
chipx86 |