Skip to content

Commit 58bb353

Browse files
Update generate.go
Co-authored-by: Sarah Vessels <[email protected]>
1 parent b2d1244 commit 58bb353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generate/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func AddCommandLineFlags(cmd *cobra.Command) {
129129
flags.String("instruction-tests", "", "Custom system instruction for tests generation phase")
130130
}
131131

132-
// parseFlags parses command-line flags and applies them to the options
132+
// ParseFlags parses command-line flags and applies them to the options
133133
func ParseFlags(cmd *cobra.Command, options *PromptPexOptions) error {
134134
flags := cmd.Flags()
135135
// Parse effort first so it can set defaults

0 commit comments

Comments
 (0)