We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Find-PSMDFileContent
Consider changing alias from find.
find
PSModuleDevelopment/PSModuleDevelopment/functions/utility/Find-PSMDFileContent.ps1
Line 34 in b0c4a7a
There is some interplay with ZLocation's Find function causing my function:prompt to fail. https://github.com/vors/ZLocation/blob/cdd940b41f2f4ed638932716bf336bd22d0f9328/ZLocation/ZLocation.LiteDB.psm1#L30-L38 Upon importing the module, the custom prompt is changed to PS>. ${function:prompt} remains intact because when I call into ZLocation's functions it will call the find alias.
ZLocation
Find
function:prompt
PS>
${function:prompt}
Remove-Alias find
Consider changing alias from
find.PSModuleDevelopment/PSModuleDevelopment/functions/utility/Find-PSMDFileContent.ps1
Line 34 in b0c4a7a
There is some interplay with
ZLocation'sFindfunction causing myfunction:promptto fail.https://github.com/vors/ZLocation/blob/cdd940b41f2f4ed638932716bf336bd22d0f9328/ZLocation/ZLocation.LiteDB.psm1#L30-L38
Upon importing the module, the custom prompt is changed to
PS>.${function:prompt}remains intact because when I call intoZLocation's functions it will call thefindalias.Workaround
Remove-Alias find