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 0e96937 commit 91ed150Copy full SHA for 91ed150
scripts/New-Parser.ps1
@@ -106,7 +106,7 @@ process {
106
if ($Path) {
107
$inputs = Get-Item -Path $Path
108
} else {
109
- $inputs = Get-Item -Path $LiteralPath
+ $inputs = Get-Item -LiteralPath $LiteralPath
110
}
111
112
foreach ($file in $inputs)
scripts/New-ShellCommand.ps1
@@ -105,7 +105,7 @@ process {
105
0 commit comments