File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515from codegen .cli .commands .org .main import org
1616from codegen .cli .commands .profile .main import profile_app
1717from codegen .cli .commands .repo .main import repo
18- from codegen .cli .commands .style_debug .main import style_debug
19- from codegen .cli .commands .tools .main import tools
2018from codegen .cli .commands .tui .main import tui
2119from codegen .cli .commands .update .main import update
2220from codegen .shared .logging .get_logger import get_logger
@@ -79,8 +77,6 @@ def version_callback(value: bool):
7977main .command ("logout" , help = "Clear stored authentication token." )(logout )
8078main .command ("org" , help = "Manage and switch between organizations." )(org )
8179main .command ("repo" , help = "Manage repository configuration and environment variables." )(repo )
82- main .command ("style-debug" , help = "Debug command to visualize CLI styling (spinners, etc)." )(style_debug )
83- main .command ("tools" , help = "List available tools from the Codegen API." )(tools )
8480main .command ("tui" , help = "Launch the interactive TUI interface." )(tui )
8581main .command ("update" , help = "Update Codegen to the latest or specified version" )(update )
8682
You can’t perform that action at this time.
0 commit comments