Skip to content

Commit

Permalink
Merge pull request #91 from puerco/fix-author-flags
Browse files Browse the repository at this point in the history
Fix --subcomponents flag
  • Loading branch information
puerco authored Jul 7, 2023
2 parents 028d9c8 + 67ac0de commit a099cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Examples:
)

createCmd.PersistentFlags().StringSliceVar(
&opts.Products,
&opts.Subcomponents,
"subcomponents",
[]string{},
"list of subcomponents to add to the statement",
Expand Down

0 comments on commit a099cc8

Please sign in to comment.