-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DISCUSSION: Sub-commands as libraries with entry points #190
Comments
I was thinking about this issue, and my opinion is that we should compile a single binary. Pros:
Cons:
Any ideas on this? |
I like the idea and could be an opportunity to really have a clean linkable C library for embedding clib or other programmatic usage. +1 for plugins |
While it is a breaking change, I don't imagine many folks are leveraging the subcommand/plugin feature. There are only two plugins (listed in our registry) and I wrote both 🤣 I don't think our users would be too upset about us dropping support here. My only concern: what would we do with the existing "plugins"? Do we just archive them? Do they provide enough value to get merged into "core"? |
I think it's worth to move them to clib, and have them by default. I actually opened an issue for this #239 and I'll take a look at it soon. |
Wrong button 🤦♂️ I didn't see that issue until now. Moving them into core SGTM 👍 |
See #116
The text was updated successfully, but these errors were encountered: