Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ranyitz opened this issue Jun 22, 2022 · 1 comment
Closed

Comments

@ranyitz
Copy link
Owner

ranyitz commented Jun 22, 2022

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

@ranyitz
Copy link
Owner Author

ranyitz commented Jun 25, 2022

Fixed by #111 and released on 2.9.1

@ranyitz ranyitz closed this as completed Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant