Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Fix CommandAlreadyAvailable error for PackageManagement module. #333

Merged
merged 1 commit into from
Sep 24, 2018

Conversation

bmanikm
Copy link
Contributor

@bmanikm bmanikm commented Sep 24, 2018

This is happening as Get-Command returns the local commands from PSModule.psm1 for the Find-Package, Install-Package and Uninstall-Package provider functions. Added check to ignore the commands from PSModule.psm1.

Resolves #329

This is happening as Get-Command returns the local commands from PSModule.psm1 for the Find-Package, Install-Package and Uninstall-Package provider functions. Added check to ignore the commands from PSModule.psm1.

Resolves PowerShell#329
@bmanikm bmanikm force-pushed the FixCommandClobberingIssue branch from 26aa69a to 49f2d2c Compare September 24, 2018 19:08
@bmanikm bmanikm merged commit feba850 into PowerShell:development Sep 24, 2018
@bmanikm bmanikm deleted the FixCommandClobberingIssue branch September 24, 2018 21:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants