Description of the task
Currently, our interactive search in tbots.py has the follwing QOL issues:
- Search results not displayed. After a match, ./tbots.py jumps straight into launching the command. We should consider displaying the search result or maybe adding a confirmation button. Make sure any changes addressing this is compatible with the interactive cli.
- Interactive search not integrated well into interactive cli. Right now, if you try to launch a test with a vague search target, the fuzzy finder should open up a list of targets to choose from. Choosing any options will crash the interactive cli and display an error message. (Try ./tbots.py --> test --> [type in "6" as search target] --> empty --> select).
Acceptance criteria
Blocked By
Description of the task
Currently, our interactive search in tbots.py has the follwing QOL issues:
Acceptance criteria
Blocked By