update as library

This commit is contained in:
2022-10-29 18:15:55 +02:00
parent 7577144747
commit 45ca537f6d
3 changed files with 15 additions and 18 deletions

16
main.go
View File

@@ -1,16 +0,0 @@
package daggergo
import (
"git.front.kjuulh.io/kjuulh/dagger-go/cmd"
"github.com/spf13/cobra"
)
func CreateCmd() *cobra.Command {
cobracmd := &cobra.Command{
Use: "dagger-go",
}
cobracmd.AddCommand(cmd.Build())
return cobracmd
}