Get-PSModulePath
: New command proposal
#103
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
Suggest adding a new command with a mandatory parameter
FromTarget
with the typeString[]
that has a validate set ofSession
,User
,Machine
. The command returns the concatenated paths (separated with semi-colon) depending on what targets was passed to the parameter. Multiple targets should be able to be passed.This command should be used by
Set-PSModulePath
as suggested in issue #102.The code suggestion:
The text was updated successfully, but these errors were encountered: