Skip to content

Commit

Permalink
fixed scaffold parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Przybyl committed Nov 19, 2024
1 parent 5832e47 commit 0aaeaf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/aem/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func (c *CLI) projectScaffoldCmd() *cobra.Command {
}
},
}
cmd.Flags().String(projectKindFlag, project.KindAuto, fmt.Sprintf("Type of AEM to work with (%s)", strings.Join(project.KindStrings(), "|")))
return cmd
}

Expand Down

0 comments on commit 0aaeaf3

Please sign in to comment.