This commit is contained in:
Mikaël Cluseau
2021-01-20 15:34:40 +01:00
parent 46bfd58d8e
commit a00ee23b14
5 changed files with 68 additions and 55 deletions

View File

@ -5,6 +5,7 @@ import (
"github.com/spf13/cobra"
"novit.nc/direktil/inits/pkg/cmd/applyconfig"
cmddynlay "novit.nc/direktil/inits/pkg/cmd/dynlay"
cmdinit "novit.nc/direktil/inits/pkg/cmd/init"
)
@ -14,6 +15,7 @@ func main() {
root.AddCommand(cmdinit.Command())
root.AddCommand(cmddynlay.Command())
root.AddCommand(applyconfig.Command())
if err := root.Execute(); err != nil {
log.Fatal("error: ", err)