-
Bug
-
Resolution: Not an Issue
-
P3
-
9
/help /set
|
| /set
|
| Set jshell configuration information, including:
| the external editor to use, the start-up definitions to use, a new feedback mode,
| the command prompt, the feedback mode to use, or the format of output.
|
| /set editor <command> <optional-arg>...
| Specify the command to launch for the /edit command.
| The <command> is an operating system dependent string.
|
| /set start <file>
| The contents of the specified <file> become the default start-up snippets and commands.
|
| /set feedback <mode>
| Set the feedback mode describing displayed feedback for entered snippets and commands.
|
| /set newmode <new-mode> [command|quiet [<old-mode>]]
| Create a user-defined feedback mode, optionally copying from an existing mode.
|
| /set prompt <mode> "<prompt>" "<continuation-prompt>"
| Set the displayed prompts for a given feedback mode.
|
| /set truncation <mode> <length> <selector>...
| Set the maximum length of a displayed value
| /set format <mode> <field> "<format>" <selector>...
| Configure a feedback mode by setting the format of a field when the selector matchs.
|
| To get more information about one of these forms, use /help with the form specified.
| For example: /help /set format
|
| /set
|
| Set jshell configuration information, including:
| the external editor to use, the start-up definitions to use, a new feedback mode,
| the command prompt, the feedback mode to use, or the format of output.
|
| /set editor <command> <optional-arg>...
| Specify the command to launch for the /edit command.
| The <command> is an operating system dependent string.
|
| /set start <file>
| The contents of the specified <file> become the default start-up snippets and commands.
|
| /set feedback <mode>
| Set the feedback mode describing displayed feedback for entered snippets and commands.
|
| /set newmode <new-mode> [command|quiet [<old-mode>]]
| Create a user-defined feedback mode, optionally copying from an existing mode.
|
| /set prompt <mode> "<prompt>" "<continuation-prompt>"
| Set the displayed prompts for a given feedback mode.
|
| /set truncation <mode> <length> <selector>...
| Set the maximum length of a displayed value
| /set format <mode> <field> "<format>" <selector>...
| Configure a feedback mode by setting the format of a field when the selector matchs.
|
| To get more information about one of these forms, use /help with the form specified.
| For example: /help /set format