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 966649c commit e273172Copy full SHA for e273172
psturtle.com/_includes/Help.ps1
@@ -124,6 +124,7 @@ foreach ($example in $CommandHelp.examples.example) {
124
# If we do not want to invoke examples, we can continue to the next example.
125
if (-not $InvokeExample) {
126
"</div>"
127
+ "<hr/>"
128
continue
129
}
130
@@ -175,6 +176,7 @@ foreach ($example in $CommandHelp.examples.example) {
175
176
177
178
179
180
181
182
0 commit comments