The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-repl-options.js @ b0c0111b

History | View | Annotate | Download (2.4 KB)

# Date Author Comment
208b2307 03/27/2012 09:00 PM Nathan Rajlich

repl: add a 'useColors' option to the repl

This should only be minimally used, since the `terminal` value will usually be
what you are expecting. This option is specifically for the case where `terminal`
is false, but you still want colors to be output (or vice-versa).

a33d1c95 03/27/2012 08:49 PM Nathan Rajlich

repl: add test case verifying the repl options usage