Skip to content

Commit

Permalink
Merge pull request #94 from oracle/issue-92
Browse files Browse the repository at this point in the history
fix: closes #92 - unable to generate app using the --template flag for JET and Angular templates
  • Loading branch information
dbtools-antcampo authored Aug 27, 2024
2 parents 7cd1ded + 9d6a851 commit 91a7826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default class Generate extends Command {
'template': Flags.string({
char: 't',
description: 'Template to use',
options: ['node-vanilla', 'node-react', 'node-vue', 'node-react-todo'],
options: ['node-vanilla', 'node-react', 'node-vue', 'node-react-todo', 'node-jet', 'node-angular'],
multiple: false
}),

Expand Down

0 comments on commit 91a7826

Please sign in to comment.