Get rid of shadowed --json argument to `rbt status-update`

Review Request #12111 — Created March 7, 2022 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Get rid of shadowed --json argument to `rbt status-update`
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. Testing Done: Ran `rbt status-update --json` and saw it work correctly instead of spew errors about building the argument parser.
17660ee46126b43360e0e2191ad5227ac9812b5e David Trowbridge
rbtools/commands/status_update.py
Loading...