Skip to content

Commit

Permalink
removed compile from cli.js and fixed double import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 committed Aug 21, 2024
1 parent f37b920 commit f817b42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/generator/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ program
})
.option('-d, --disable-hook [hooks...]', 'disable a specific hook type or hooks from given hook type', disableHooksParser)
.option('--debug', 'enable more specific errors in the console')
.option('--compile', 'compile the template files before rendering')
.option('-i, --install', 'installs the template and its dependencies (defaults to false)')
.option('-n, --no-overwrite <glob>', 'glob or path of the file(s) to skip when regenerating', noOverwriteParser)
.option('-o, --output <outputDir>', 'directory where to put the generated files (defaults to current directory)', parseOutput, process.cwd())
Expand Down
1 change: 0 additions & 1 deletion apps/generator/lib/logMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ module.exports = {
relativeSourceFileNotGenerated,
conditionalFilesMatched,
compileEnabled,
compileEnabled,
skipOverwrite
};

0 comments on commit f817b42

Please sign in to comment.