1 parent b52fb37 commit 386f969Copy full SHA for 386f969
1 file changed
src/CommandLineParser.ts
@@ -47,10 +47,7 @@ export function parseCommandLine(args: ReadonlyArray<string>): ParsedCommandLine
47
.usage(dedent(`Syntax: tstl [options] [files...]
48
49
In addition to the options listed below you can also pass options for the typescript compiler (For a list of options use tsc -h).
50
-
51
- Notes:
52
- - The tsc options might have no effect.
53
- - Options in tsconfig.json are prioritized.`))
+ Some tsc options might have no effect.`))
54
.example('tstl path/to/file.ts [...]', 'Compile files')
55
.example('tstl -p path/to/tsconfig.json', 'Compile project')
56
.wrap(yargs.terminalWidth())
0 commit comments