We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--all
--help
1 parent 88b88e1 commit ae1983bCopy full SHA for ae1983b
1 file changed
src/compiler/tsc.ts
@@ -225,7 +225,7 @@ namespace ts {
225
return sys.exit(ExitStatus.Success);
226
}
227
228
- if (commandLine.options.help) {
+ if (commandLine.options.help || commandLine.options.all) {
229
printVersion();
230
printHelp(commandLine.options.all);
231
0 commit comments