Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Heroku 的 CLI 框架 oclif 编写 CLI。它工作得很好,但我有一个仅适用于列表类型命令的标志。如何将相同的标志添加到多个命令而不是oclif中的所有命令?
也许你已经找到了答案,但这是我的。您可以将 multiple 的值设置为 true。这允许多次声明标志。默认情况下,multiple 的值为 false。链接在这里
https://oclif.io/docs/flags