seattlerb / debride

Analyze code for potentially uncalled / dead methods, now with auto-removal.
https://www.zenspider.com/projects/debride.html
720 stars 19 forks source link

Print help message with no args? #14

Closed phiggins closed 9 years ago

phiggins commented 9 years ago

If you run debride without any args you get some unhelpful output:

$ debride
These methods MIGHT not be called:

Would it make sense to always print the help message?

zenspider commented 9 years ago

sure

zenspider commented 9 years ago

It is easier to make it default to '.'.

zenspider commented 9 years ago

Done.