如何修复使用yargs模块时终端中未显示的``命令''

时间:2019-06-26 06:26:51

标签: node.js yargs

我正在创建一个有趣的笔记应用程序,同时使用yargs npm模块实现“命令”,而在给出“ node app.js --help”命令的同时我没有在终端窗口上获得“命令”

我尝试使用sudo,一点都没新。

当我在文件中执行“添加” yargs.command操作时,我正在终端上获取此信息。

Himanshus-MacBook-Air:node-app godofatheist$ node app.js --help Options: --help Show help [boolean] --version Show version number [boolean]

同时,我希望显示此输出:

Himanshus-MacBook-Air:node-app godofatheist$ node app.js --help app.js [command] Commands: app.js add Add a new note Options: --help Show help [boolean] --version Show version number [boolean]

0 个答案:

没有答案