microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 102 forks source link

Long parameters names use single - instead of -- when displaying an error #144

Closed Suisse00 closed 4 years ago

Suisse00 commented 4 years ago

For example, if you run dts-gen -e "" twice the error

File dts_gen_expr.d.ts already exists and -overwrite was not specified; exiting.

will show up instead of

File dts_gen_expr.d.ts already exists and --overwrite was not specified; exiting.

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

orta commented 4 years ago

Thanks!