ranyitz/qnm

Use Ellipsis when there are more than 3 reasons for having a module

ranyitz opened this issue · 1 comments

Even after the optimization of #106 we're still going to see some module that are required by many other modules. If we take lodash as an example, you'll see that the user doesn't need to know the reason it's installed.

The "why" info is helpful when there is 1 or 2 modules that cause the inspected module to be installed. If we have 3 we can just use ...

In the future we should create a dedicated qnm why command. The output as it is today is not readable at all.

image

Fixed by #111 and released on 2.9.1