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
- Updated main CLI file to use Typer app instead of click group
- Migrated all command files (init, login, logout, profile, style_debug, update, config)
- Converted click decorators to typer equivalents with proper type hints
- Updated error handling from click exceptions to typer.Exit/typer.Abort
- Fixed all imports across CLI modules
- Maintained all existing functionality and command behaviors
- Updated authentication decorators and session management
- Fixed codemod manager and utility functions
All CLI commands now use typer for better type safety and modern Python CLI patterns.
0 commit comments