Skip to content

Commit 94817eb

Browse files
committed
fix
1 parent 15ee549 commit 94817eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ program
1212
.usage('entrypoint outputDirectory')
1313
.option('-r, --resource [resourceName]', 'Generate CRUD for the given resource')
1414
.option('-p, --hydra-prefix [hydraPrefix]', 'The hydra prefix used by the API', 'hydra:')
15-
<<<<<<< HEAD
1615
.option('-g, --generator [generator]', 'The generator to use, one of "react", "react-native", "angular", etc.', 'react')
1716
.option('-t, --template-directory [templateDirectory]', 'The templates directory base to use. Final directory will be ${templateDirectory}/${generator}', `${__dirname}/../templates/`)
18-
=======
19-
.option('-g, --generator [generator]', 'The generator to use, one of "react", "react-native" ', 'react')
20-
>>>>>>> 3d43b1f377ef84d790d6022c6f61df5301c28246
2117
.parse(process.argv);
2218

2319
if (2 !== program.args.length && (!process.env.API_PLATFORM_CLIENT_GENERATOR_ENTRYPOINT || !process.env.API_PLATFORM_CLIENT_GENERATOR_OUTPUT)) {

0 commit comments

Comments
 (0)