OneGet / oneget

PackageManagement (aka OneGet) is a package manager for Windows
MIT License
2.38k stars 189 forks source link

Feature request (breaking) - fail on not find/get #503

Closed peppekerstens closed 3 years ago

peppekerstens commented 3 years ago

Please consider changing behavior when Get-Module or Find-Module does not find anything.

Get-Package and Find-Package both fail, enabling the decent usage of try/catch and other errorhandling options Get-Module or Find-Module both return nothing, but do not fail.

However, for instance Get-InstallModule does fail....

This is inconvenient and inconsistent.

peppekerstens commented 3 years ago

sorry. wrong module :(