plantain-00 / type-coverage

A CLI tool to check type coverage for typescript code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The '--no-detail-when-failed' option does not work

deongroenewald opened this issue · comments

Version(if relevant): 2.26.0

Environment(if relevant):

Node v18.14.1

Code(if relevant):

Expected:

  • Passing the '--no-detail-when-failed' option should not show detail message when the CLI failed.
  • Passing the '--noDetailWhenFailed' option should not show detail message when the CLI failed.

Actual:

  • Passing the '--no-detail-when-failed' option does show detail message when the CLI fails.
  • Passing the '--noDetailWhenFailed' option does not show detail message when the CLI fails.