Files
node/lib/internal
Daniel Bevenius 56493bf1eb tools: add bash completion for node
This commit adds a --completion-bash option to node which can be
sourced to provide bash code completion for node options.

Usage:
$ node --completion-bash  > node_bash_completion
$ source node_bash_completion
$ node --[tab]

PR-URL: https://github.com/nodejs/node/pull/20713
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
2018-09-21 07:18:24 +02:00
..
2018-09-20 08:11:10 +02:00
2018-09-05 21:53:11 -04:00
2018-08-26 17:48:09 -04:00
2018-09-19 13:22:32 +02:00
2018-07-14 14:04:38 +02:00
2018-05-18 15:25:41 +02:00
2018-09-11 16:58:16 +08:00
2018-09-18 17:10:40 -05:00
2018-08-12 10:44:53 -07:00
2018-05-18 15:25:41 +02:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.