Skip to content

--listFiles flag does not appear in --help screen #10113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
yahiko00 opened this issue Aug 3, 2016 · 1 comment
Closed

--listFiles flag does not appear in --help screen #10113

yahiko00 opened this issue Aug 3, 2016 · 1 comment
Assignees
Labels
Bug A bug in TypeScript Working as Intended The behavior described is the intended behavior; this is not a bug

Comments

@yahiko00
Copy link

yahiko00 commented Aug 3, 2016

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.

@DanielRosenwasser DanielRosenwasser added this to the TypeScript 2.1 milestone Aug 3, 2016
@DanielRosenwasser DanielRosenwasser added the Bug A bug in TypeScript label Aug 3, 2016
@paulvanbrenk
Copy link
Contributor

--listFiles is an internal diagnostics option and therefor it doesn't show in the --help list.

@paulvanbrenk paulvanbrenk added the By Design Deprecated - use "Working as Intended" or "Design Limitation" instead label Aug 3, 2016
@RyanCavanaugh RyanCavanaugh added Working as Intended The behavior described is the intended behavior; this is not a bug and removed By Design Deprecated - use "Working as Intended" or "Design Limitation" instead labels Aug 3, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Working as Intended The behavior described is the intended behavior; this is not a bug
Projects
None yet
Development

No branches or pull requests

5 participants