This commit is contained in:
2022-10-31 20:16:26 +01:00
parent e67569e776
commit 59249886ad
16 changed files with 74 additions and 74 deletions

View File

@@ -9,7 +9,7 @@ import (
func NewCustomGoBuild(command string, runf func(ctx context.Context) error) error {
cmd := &cobra.Command{
Use: fmt.Sprintf("dagger-go build %s", command),
Use: fmt.Sprintf("bust build %s", command),
RunE: func(cmd *cobra.Command, args []string) error {
return runf(cmd.Context())
},