Skip to content

Commit aeeae7a

Browse files
style: Custom sample code width ( Fixes #202 )
1 parent 1e0a217 commit aeeae7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

psturtle.com/_includes/Help.ps1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ $Command,
1212
# If set, will invoke examples.
1313
# This can be as dangerous as your examples.
1414
[switch]
15-
$InvokeExample
15+
$InvokeExample,
16+
17+
# The width of the sample code, in characters
18+
[int]
19+
$SampleCodeWidth = 80
1620
)
1721

1822
# Try to get command help

0 commit comments

Comments
 (0)