Get rid of shadowed --json argument to `rbt status-update`
Review Request #12111 — Created March 7, 2022 and submitted
Information | |
---|---|
david | |
RBTools | |
master | |
Reviewers | |
rbtools | |
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 | |
---|---|
Description | From | Last Updated |
---|---|---|
Can we generate the list up-front and then set it? Less expensive and a bit more readable. |
|
-
-
rbtools/commands/status_update.py (Diff revision 1) Can we generate the list up-front and then set it? Less expensive and a bit more readable.