-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Winget install/show without arguments should not produce a list of all packages #1131
Comments
Have to agree. Now that there are so many packages, it takes forever to show a list that is usually truncated in the terminal in any case, so useless. It would be better to show help if someone writes |
@theking465 great suggestion. |
I found it handy to dump an exhaustive list to a text file so I could browse through the gazillions of things out there. That's how I found a bunch of applications I hadn't considered before. Will that be an option somehow in the future now that it's been removed from "winget search" as a default? |
@j-mclain it's possible to browse the winget-pkgs repository. I do see a potential convenience for dumping all packages. We will have to look at what might make sense. Maybe something like |
|
Description of the new feature/enhancement
When typing
winget install
orwinget show
the CLI currently outputs a list of all packages with a mention there have been too many packages found. This floods the terminal and is not user-friendly. When no arguments are given it should default to the help message or simply a warning the user has to provide a package name.Proposed technical implementation details (optional)
If
install
orshow
have no arguments, the terminal should respond with:Please provide a package name
or refer to the help message of the command.The text was updated successfully, but these errors were encountered: