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.
1 parent ba7303f commit d3dce69Copy full SHA for d3dce69
PipeScript.ps.psd1
@@ -12,7 +12,7 @@
12
Author = 'James Brundage'
13
FunctionsToExport = '' <#{
14
$exportNames = Get-ChildItem -Recurse -Filter '*-*.ps1' |
15
- Where-Object Name -notmatch '\.ps1{0,1}\.ps1' |
+ Where-Object Name -notmatch '\.[^\.]+\.ps1' |
16
Foreach-Object { $_.Name.Substring(0, $_.Name.Length - $_.Extension.Length) }
17
"'$($exportNames -join "','")'"
18
}#>
0 commit comments