We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d1244 commit 58bb353Copy full SHA for 58bb353
cmd/generate/generate.go
@@ -129,7 +129,7 @@ func AddCommandLineFlags(cmd *cobra.Command) {
129
flags.String("instruction-tests", "", "Custom system instruction for tests generation phase")
130
}
131
132
-// parseFlags parses command-line flags and applies them to the options
+// ParseFlags parses command-line flags and applies them to the options
133
func ParseFlags(cmd *cobra.Command, options *PromptPexOptions) error {
134
flags := cmd.Flags()
135
// Parse effort first so it can set defaults
0 commit comments