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 736f4fd commit 258e0f0Copy full SHA for 258e0f0
1 file changed
Irregular.ezformat.ps1 Build/Irregular.ezformat.ps1Irregular.ezformat.ps1 renamed to Build/Irregular.ezformat.ps1
@@ -2,12 +2,12 @@
2
# Install-Module EZOut or https://github.com/StartAutomating/EZOut
3
$myFile = $MyInvocation.MyCommand.ScriptBlock.File
4
$myModuleName = 'Irregular'
5
-$myRoot = $myFile | Split-Path
+$myRoot = $myFile | Split-Path | Split-Path
6
Push-Location $myRoot
7
$formatting = @(
8
# Add your own Write-FormatView here,
9
# or put them in a Formatting or Views directory
10
- foreach ($potentialDirectory in 'Formatting','Views') {
+ foreach ($potentialDirectory in 'Formatting','Views', 'Types') {
11
Join-Path $myRoot $potentialDirectory |
12
Get-ChildItem -ea ignore |
13
Import-FormatView -FilePath {$_.Fullname}
0 commit comments