Update all commands to use the new base support.

Review Request #13022 — Created May 6, 2023 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

This updates all of the bundled commands to subclass the new base
classes and to use the new modules for imports.

All unit tests pass.

rbtools/commands/alias.py
rbtools/commands/api_get.py
rbtools/commands/attach.py
rbtools/commands/clearcache.py
rbtools/commands/close.py
rbtools/commands/diff.py
rbtools/commands/info.py
rbtools/commands/install.py
rbtools/commands/land.py
rbtools/commands/list_repo_types.py
rbtools/commands/login.py
rbtools/commands/logout.py
rbtools/commands/main.py
rbtools/commands/patch.py
rbtools/commands/post.py
rbtools/commands/publish.py
rbtools/commands/review.py
rbtools/commands/setup_completion.py
rbtools/commands/setup_repo.py
rbtools/commands/stamp.py
rbtools/commands/status.py
rbtools/commands/status_update.py
rbtools/commands/tests/test_main.py
Loading...