woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.
MIT License
1.46k stars 63 forks source link

Request: Better/configurable error output #19

Closed noahsark769 closed 4 years ago

noahsark769 commented 4 years ago

Hey there! I noticed that the fully build pecker executable, in default configuration, doesn't output any error logs when run. For example, if you run it on a path that doesn't exist, it will swallow the error and not print anything.

It would be really nice to have a better error logging system to provide feedback to users running the executable, since right now the error state and the "no unused code" state look the same.

woshiccm commented 4 years ago

You are right i was thinking the best solution

woshiccm commented 4 years ago

Had improved