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
Refactor console command to use ThemeCommand's run method
Previously `theme console` command implemented its
own `run` logic. This commit refactors `console` to
use ThemeCommand's base `run()` method. This will
help to standardize command architecture and allow
for out of the box authentication and environments
support
0 commit comments