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

Update the flag from -i to -p #67

Closed kamal closed 6 years ago

kamal commented 6 years ago

According to the help, the valid option is -p

-p, --inplace                   Instrument in place - overwrite the input files
coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 91.045% when pulling cd9f7f29c0ec3abe6f48d203e87d0b41e587609c on kamal:patch-1 into 24aad9247f8f4eb1d49db2ea39877e835cb25d6b on urish:master.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 91.045% when pulling cd9f7f29c0ec3abe6f48d203e87d0b41e587609c on kamal:patch-1 into 24aad9247f8f4eb1d49db2ea39877e835cb25d6b on urish:master.

urish commented 6 years ago

Good catch, thanks!