You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ program
12
12
.usage('entrypoint outputDirectory')
13
13
.option('-r, --resource [resourceName]','Generate CRUD for the given resource')
14
14
.option('-p, --hydra-prefix [hydraPrefix]','The hydra prefix used by the API','hydra:')
15
-
.option('-g, --generator [generator]','The generator to use, one of "react", "react-native", "angular", etc.','react')
15
+
.option('-g, --generator [generator]','The generator to use, one of "react", "react-native", "vue"','react')
16
16
.option('-t, --template-directory [templateDirectory]','The templates directory base to use. Final directory will be ${templateDirectory}/${generator}',`${__dirname}/../templates/`)
0 commit comments