You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI is the primary interface of the framework. A standalone, interactive CLI input system can help automate common tasks (see #926) and guide new users through features like gentest as it grows to become sophisticated.
One challenge with this is selecting the right library to handle user input. We should create a package to wrap a library like questionary under the hood, while providing an easily swappable interface for future changes.
The text was updated successfully, but these errors were encountered:
The CLI is the primary interface of the framework. A standalone, interactive CLI input system can help automate common tasks (see #926) and guide new users through features like
gentest
as it grows to become sophisticated.One challenge with this is selecting the right library to handle user input. We should create a package to wrap a library like questionary under the hood, while providing an easily swappable interface for future changes.
The text was updated successfully, but these errors were encountered: