Lines Matching refs:set
36 ['FORCE_COLOR', { helpText: "when set to 'true', 1, 2, 3, or an empty " +
43 ['NODE_DISABLE_COLORS', { helpText: 'set to 1 to disable colors in ' +
47 ['NODE_NO_WARNINGS', { helpText: 'set to 1 to silence process warnings' }],
50 ['NODE_PENDING_DEPRECATION', { helpText: 'set to 1 to emit pending ' +
52 ['NODE_PENDING_PIPE_INSTANCES', { helpText: 'set the number of pending ' +
54 ['NODE_PRESERVE_SYMLINKS', { helpText: 'set to 1 to preserve symbolic ' +
62 ['NODE_SKIP_PLATFORM_CHECK', { helpText: 'set to 1 to skip ' +
64 ['NODE_TLS_REJECT_UNAUTHORIZED', { helpText: 'set to 0 to disable TLS ' +
75 ['NODE_OPTIONS', { helpText: 'set CLI options in the environment via a ' +
173 displayHelpText += ' (currently set)';
208 options.set('-', { helpText: 'script read from stdin ' +
211 options.set('--', { helpText: 'indicate the end of node options' });