为了账号安全,请及时绑定邮箱和手机立即绑定

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

program

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

  .description("test command", {

    cmd: "command to run",

    options: "options for command",

  })

  .action(function (cmd, options) {

    console.log(options, cmd);

  });


正在回答

举报

0/150
提交
取消
2小时极速入门脚手架开发
  • 参与学习       2093    人
  • 解答问题       1    个

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

进入课程

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

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信