Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae1983b

Browse filesBrowse files
committed
Show help if --all is specifided without --help
1 parent 88b88e1 commit ae1983b
Copy full SHA for ae1983b

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/compiler/tsc.ts‎

Copy file name to clipboardExpand all lines: src/compiler/tsc.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ namespace ts {
225225
return sys.exit(ExitStatus.Success);
226226
}
227227

228-
if (commandLine.options.help) {
228+
if (commandLine.options.help || commandLine.options.all) {
229229
printVersion();
230230
printHelp(commandLine.options.all);
231231
return sys.exit(ExitStatus.Success);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.