This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
package cli
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
import (
|
||||
"git.front.kjuulh.io/kjuulh/bust/pkg/cli/templatecmd"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
func NewCli() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "dagger",
|
||||
Use: "bust",
|
||||
}
|
||||
|
||||
cmd.AddCommand(Build())
|
||||
cmd.AddCommand(templatecmd.NewTemplateCmd())
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
Reference in New Issue
Block a user