将另一个 Golang Cobra CLI 链接到当前的 Golang Cobra CLI

发布于 2025-01-10 01:04:21 字数 248 浏览 0 评论 0原文

我正在开发一个新的 Golang Cobra CLI,它可以处理多个命令。后来我发现已经有一个现有的 Golang Cobra CLI 可以处理我将在新 CLI 中介绍的一些命令,但不是全部。换句话说,我的新 CLI 涵盖了现有 CLI 的所有命令,并添加了一些额外的命令。

我们是否可以将现有的 CLI 链接到新的 CLI 中?

注意:我不确定“链接”是否是描述我感兴趣的事情的最佳词。如果这个问题之前已经在 SA 上得到了回答,请随意将其标记为重复。

I am working on a new Golang Cobra CLI, which handles several commands. I later on found out that there is already an existing Golang Cobra CLI that handles some commands that I will be covering in the new CLI, but not all. In other words, my new CLI cover all commands of the existing CLI with some extra commands.

Is it possible for us to link the existing CLI into the new CLI?

Note: I am not sure whether "link" is the best word to describe what I am interested to do. In case this is already answered before on SA, feel free to mark this as duplicate.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱冒险 2025-01-17 01:04:21

我认为你最好的选择是用更少的命令分叉另一个存储库,然后编辑它以添加你的命令。假设两个存储库都是开源的。

如果您的代码是闭源代码,那么您可以将其存储库作为依赖项引入。

I think your best bet is to fork the other repo with fewer commands, then edit it to add your commands. Assuming that both repos are open source.

If your code is closed-source then you can bring in their repo as a dependency.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文