Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Oct 31, 2024
1 parent 8561bc4 commit be4f374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/cmd/alpha/alpha.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ func NewAlphaCMD() (*cobra.Command, clierror.Error) {
cmd.AddCommand(remove.NewRemoveCMD(kymaConfig))

cmds := cmdcommon.BuildExtensions(kymaConfig, &cmdcommon.TemplateCommandsList{
// list of template commands deffinitions
Explain: templates.BuildExplainCommand,
}, cmdcommon.CoreCommandsMap{
// map of available core commands
"registry_config": config.NewConfigCMD,
"registry_image-import": imageimport.NewImportCMD,
})
Expand Down

0 comments on commit be4f374

Please sign in to comment.