You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
&optDryRun, "dry-run", false, "If true, outputs all files to stdout",
102
102
)
103
-
rootCmd.PersistentFlags().StringVar(
104
-
&optTemplatesDir, "templates-dir", defaultTemplatesDir, "Path to directory with templates to use in code generation",
103
+
rootCmd.PersistentFlags().StringSliceVar(
104
+
&optTemplateDirs, "template-dirs", defaultTemplateDirs, "Paths to directories with templates to use in code generation. Note that the order in which directories is specified will be used to provide override functionality.",
105
105
)
106
106
rootCmd.PersistentFlags().StringVar(
107
107
&optServicesDir, "services-dir", defaultServicesDir, "Path to directory to output service-specific code",
0 commit comments