PowerShell / PowerShellGet

This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2
MIT License
49 stars 13 forks source link

Install-Module Reinstall Warning needs clarification. #47

Open JustinGrote opened 9 months ago

JustinGrote commented 9 months ago

Summary of the new feature / enhancement

❯ install-module importexcel -Force
WARNING: Resource 'ImportExcel' with version '7.8.5' is already installed.  If you would like to reinstall, please run the cmdlet again with the -Reinstall parameter

Proposed technical implementation details (optional)

Should get intercepted and replaced with Update-Module, or replace the cmdlet reference with the PSResourceGet equivalent.