mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
Made generators work in addition to transformers
Made go fmt to make linter happy
This commit is contained in:
@@ -76,7 +76,7 @@ func NewCmdBuild(out io.Writer) *cobra.Command {
|
||||
"output", "o", "",
|
||||
"If specified, write the build output to this path.")
|
||||
cmd.Flags().BoolVar(
|
||||
&o.fnOptions.EnableExec, "enable-exec", false /*do not change!*/,
|
||||
&o.fnOptions.EnableExec, "enable-exec", false, /*do not change!*/
|
||||
"enable support for exec functions -- note: exec functions run arbitrary code -- do not use for untrusted configs!!! (Alpha)")
|
||||
cmd.Flags().BoolVar(
|
||||
&o.fnOptions.EnableStar, "enable-star", false,
|
||||
|
||||
Reference in New Issue
Block a user