Skip to content

Commit 9e6daf5

Browse files
committed
hide themese commands
1 parent 8c13bf2 commit 9e6daf5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cmd/themes.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ func runThemesList(cfg *config.Config, params loops.PaginationParams) ([]loops.T
2828
}
2929

3030
var themesCmd = &cobra.Command{
31-
Use: "themes",
32-
Short: "Manage themes",
31+
Use: "themes",
32+
Short: "Manage themes",
33+
Hidden: true,
3334
}
3435

3536
var themesListCmd = &cobra.Command{

0 commit comments

Comments
 (0)