--listFiles flag does not appear in --help screen #10113
Labels
Bug
A bug in TypeScript
Working as Intended
The behavior described is the intended behavior; this is not a bug
Milestone
TypeScript Version: 2.0.0
This is probably a clueless issue, but it would be better if the help screen in the CLI would display the
--listFiles
flag.> tsc --help
Expected behavior:
--listFiles Print names of files part of the compilation.
Actual behavior:
No
--listFiles
flag in the help screen.The text was updated successfully, but these errors were encountered: