rename
This commit is contained in:
@@ -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())
|
||||
},
|
||||
|
Reference in New Issue
Block a user