Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update start.command.ts to allowUnknownOption
Commander requires an explicit call to `allowUnknownOption` to allow and not error on options it does not recognize. This causes an issue with [this functionality](nestjs#1847) because any user-defined flags are blocked at the command level.
- Loading branch information