Showing an option

You can show the value of an option. Alternatively, if you want to show all options, do not specify an option.

About this task

ccm set [option]
option
Specifies the name of the option to be set. See Default settings for details.

Example

Show the value of text_editor.

Windows:
ccm set text_editor
notepad %filename

UNIX:
ccm set text_editor
vi %filename


Feedback