dynlay
This commit is contained in:
@ -5,6 +5,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
cmddynlay "novit.nc/direktil/inits/pkg/cmd/dynlay"
|
||||
cmdinit "novit.nc/direktil/inits/pkg/cmd/init"
|
||||
)
|
||||
|
||||
@ -12,6 +13,7 @@ func main() {
|
||||
root := &cobra.Command{}
|
||||
|
||||
root.AddCommand(cmdinit.Command())
|
||||
root.AddCommand(cmddynlay.Command())
|
||||
|
||||
if err := root.Execute(); err != nil {
|
||||
log.Fatal("error: ", err)
|
||||
|
Reference in New Issue
Block a user