mockdeep / typewiz

Automatically discover and add missing types in your TypeScript code
https://medium.com/@urish/manual-typing-is-no-fun-introducing-typewiz-58e3e8813f4c
1.1k stars 46 forks source link

Enhance usage when running typewiz-node --help #77

Open styfle opened 6 years ago

styfle commented 6 years ago

Running typewiz-node --help did not help me figure out what script is supposed to be.

I assumed that could be any file extension out because -e script | script.ts seems like it would work with any file extension.

Related: #35