Searched defs:helpText (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/lib/internal/main/ |
| D | print_help.js | 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 [all …]
|