mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 10:55:15 -06:00
Print version along with help when doing --build
This commit is contained in:
parent
e20a7d851f
commit
dade3365d6
@ -235,6 +235,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
if (buildOptions.help) {
|
||||
printVersion();
|
||||
printHelp(buildOpts, "--build ");
|
||||
return ExitStatus.Success;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user