| commit | 6838c4f37141cc9a4fee89439b9374c0b969e2e9 | [log] [tgz] |
|---|---|---|
| author | Jahdiel Alvarez <jahdiel@google.com> | Thu Jul 24 14:55:48 2025 -0700 |
| committer | Jahdiel Alvarez <jahdiel@google.com> | Thu Jul 24 15:16:52 2025 -0700 |
| tree | 90f4225d6426e8a819fbd44887401e19fced0247 | |
| parent | fb78d1df2def9fa82ed1f43bd30b3fd9ce014791 [diff] |
Refactor the config subcommand into a single file Following the vm.py approach, refactored the config subcommand so that its entire implementation is split between the config.py and config_builder.py files. This pattern make development easier since it keeps all changes related to a specific subcommand in the least amount of files as possible. Flag: EXEMPT refactor Test: ./tools/torq_test Bug: 433995149 Change-Id: I7807f82c0f0e58db4e20d865ec2b5c1794c06455