命令行 API
¥Command-line API
Node.js 具有各种各样的命令行选项。这些选项暴露了内置调试、多种执行脚本的方式、以及其他有用的运行时选项。
¥Node.js comes with a variety of CLI options. These options expose built-in debugging, multiple ways to execute scripts, and other helpful runtime options.
要在终端中将本文档作为手册页查看,则运行 man node
。
¥To view this documentation as a manual page in a terminal, run man node
.