• Home
  • Raw
  • Download

Lines Matching defs:helpText

34   ['FORCE_COLOR', { helpText: "when set to 'true', 1, 2, 3, or an empty " +  property
36 ['NO_COLOR', { helpText: 'Alias for NODE_DISABLE_COLORS' }], property
37 ['NODE_DEBUG', { helpText: "','-separated list of core modules that " + property
39 ['NODE_DEBUG_NATIVE', { helpText: "','-separated list of C++ core debug " + property
41 ['NODE_DISABLE_COLORS', { helpText: 'set to 1 to disable colors in ' + property
43 ['NODE_EXTRA_CA_CERTS', { helpText: 'path to additional CA certificates ' + property
45 ['NODE_NO_WARNINGS', { helpText: 'set to 1 to silence process warnings' }], property
46 ['NODE_PATH', { helpText: `'${require('path').delimiter}'-separated list ` + property
48 ['NODE_PENDING_DEPRECATION', { helpText: 'set to 1 to emit pending ' + property
50 ['NODE_PENDING_PIPE_INSTANCES', { helpText: 'set the number of pending ' + property
52 ['NODE_PRESERVE_SYMLINKS', { helpText: 'set to 1 to preserve symbolic ' + property
54 ['NODE_REDIRECT_WARNINGS', { helpText: 'write warnings to path instead ' + property
56 ['NODE_REPL_HISTORY', { helpText: 'path to the persistent REPL ' + property
58 ['NODE_TLS_REJECT_UNAUTHORIZED', { helpText: 'set to 0 to disable TLS ' + property
60 ['NODE_V8_COVERAGE', { helpText: 'directory to output v8 coverage JSON ' + property
62 ['UV_THREADPOOL_SIZE', { helpText: 'sets the number of threads used in ' + property
65 ['NODE_ICU_DATA', { helpText: 'data path for ICU (Intl object) data' + property
68 ['NODE_OPTIONS', { helpText: 'set CLI options in the environment via a ' + property
71 ['OPENSSL_CONF', { helpText: 'load OpenSSL configuration from file' }], property
72 ['SSL_CERT_DIR', { helpText: 'sets OpenSSL\'s directory of trusted ' + property
74 ['SSL_CERT_FILE', { helpText: 'sets OpenSSL\'s trusted certificate file ' + property
129 0: name, 1: { helpText, type, value, defaultIsTrue } property
200 options.set('-', { helpText: 'script read from stdin ' + property
203 options.set('--', { helpText: 'indicate the end of node options' }); property