Skip to content

Commit

Permalink
Merge pull request #2240 from zackdotcomputer/master
Browse files Browse the repository at this point in the history
fix(cli): Update start.command.ts to allowUnknownOption
  • Loading branch information
kamilmysliwiec committed Aug 16, 2023
2 parents 0e9e1d8 + 9626ff9 commit 671e5d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/start.command.ts
Expand Up @@ -8,6 +8,7 @@ export class StartCommand extends AbstractCommand {
public load(program: CommanderStatic): void {
program
.command('start [app]')
.allowUnknownOption()
.option('-c, --config [path]', 'Path to nest-cli configuration file.')
.option('-p, --path [path]', 'Path to tsconfig file.')
.option('-w, --watch', 'Run in watch mode (live-reload).')
Expand Down

0 comments on commit 671e5d4

Please sign in to comment.