We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e9e1d8 + 9626ff9 commit 671e5d4Copy full SHA for 671e5d4
commands/start.command.ts
@@ -8,6 +8,7 @@ export class StartCommand extends AbstractCommand {
8
public load(program: CommanderStatic): void {
9
program
10
.command('start [app]')
11
+ .allowUnknownOption()
12
.option('-c, --config [path]', 'Path to nest-cli configuration file.')
13
.option('-p, --path [path]', 'Path to tsconfig file.')
14
.option('-w, --watch', 'Run in watch mode (live-reload).')
0 commit comments