Update documentation
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
ifndef::snippets[:snippets: ../../../../src/test/java/org/springframework/shell/docs]
|
||||
|
||||
Built in emulation uses terminal width 80 and height 24 on default.
|
||||
Changing dimensions is useful if output would span into multiple
|
||||
lines and you don't want to handle those cases in a tests.
|
||||
Built-in emulation uses terminal width 80 and height 24 by default.
|
||||
Changing dimensions is useful if the output would span multiple lines
|
||||
and you don't want to handle those cases in a tests.
|
||||
|
||||
These can be changed using properties `spring.shell.test.terminal-width`
|
||||
These settings can be changed using properties `spring.shell.test.terminal-width`
|
||||
or `spring.shell.test.terminal-height`.
|
||||
|
||||
[source, java, indent=0]
|
||||
|
||||
Reference in New Issue
Block a user