“(str: string, argsDescription: Record<string, string>): Command”已弃用。ts(6385) index.d.ts(728, 7): 该声明曾在此处标记为已弃用。

来源:2-13 commander注册命令的两种高级用法

weixin_慕桂英5024868

2024-03-06 16:35

program

  .arguments("<cmd> [options]")

  .description("test command", {

    cmd: "command to run",

    options: "options for command",

  })

  .action(function (cmd, options) {

    console.log(options, cmd);

  });


写回答 关注

0回答

还没有人回答问题,可以看看其他问题

2小时极速入门脚手架开发

极速入门Node脚手架开发,开发自己的提效工具

2098 学习 · 1 问题

查看课程