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 init command to use ThemeCommand's run method
Previously `theme init` command implemented its
own `run` logic. This commit refactors `init` 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