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 5473e15 commit 42c399cCopy full SHA for 42c399c
psturtle.com/_includes/Help.ps1
@@ -214,7 +214,7 @@ foreach ($example in $CommandHelp.examples.example) {
214
$global:ExampleOutputCache[$codeBlock] = @(. $exampleCode)
215
}
216
# then run it and capture the output
217
- $exampleOutputs = $script:ExampleOutputCache[$codeBlock]
+ $exampleOutputs = $global:ExampleOutputCache[$codeBlock]
218
219
# Keep track of our example output count
220
$exampleOutputNumber = 0
0 commit comments