-
Notifications
You must be signed in to change notification settings - Fork 124
Improve tbots.py #3623
Copy link
Copy link
Open
Labels
Code QualityCode readability, SOLID principlesCode readability, SOLID principlesDevOpsFor everything related to logistics of codeFor everything related to logistics of codeDifficulty - 7Well-defined tasks that require some understanding about the relevant system and toolsWell-defined tasks that require some understanding about the relevant system and tools
Metadata
Metadata
Assignees
Labels
Code QualityCode readability, SOLID principlesCode readability, SOLID principlesDevOpsFor everything related to logistics of codeFor everything related to logistics of codeDifficulty - 7Well-defined tasks that require some understanding about the relevant system and toolsWell-defined tasks that require some understanding about the relevant system and tools
Description of the task
Right now, tbots.py is essentially a wrapper around bazel that allows for fuzzy finding targets as well as including some shorthands for flags. The UX of tbots.py should be easier to use compared to bazel, perhaps by adding common commands that are used or an interactive cli with prompts instead of having to memorize a list of flags.
Common Commands
#3376
Acceptance criteria
Blocked By