-
Notifications
You must be signed in to change notification settings - Fork 22
use a TUI for the cmd init flow #931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Dependencies
Description
Replace CLI wizard with Textual TUI
Add standalone GitHub Actions TUI
Persist config to pyproject.toml
Add API key input validation
Diagram Walkthrough
File Walkthrough
cmd_init.py
Switch init flow to TUI and streamline helperscodeflash/cli_cmds/cmd_init.py
screens.py
New Textual TUI for initialization and actionscodeflash/cli_cmds/screens.py
validators.py
Add API key input validatorcodeflash/cli_cmds/validators.py
style.tcss
Add TUI styles for consistent UIcodeflash/cli_cmds/assets/style.tcss
pyproject.toml
Add Textual dependency and adjust configpyproject.toml
version.py
Bump versioncodeflash/version.py