You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin API could initially be private, and there could just be hardcoded checks for known plugins. Presumably exposing the plugin API would be dependent on exposing the currently private Usage and CommandInvocation APIs, which is #19. Something like:
Consider a similar approach to: https://github.com/chriso/cli#plugins
Existing issues for plugin-like functionality:
Help could be implemented internally as a plugin which is always included.
The plugin API could initially be private, and there could just be hardcoded checks for known plugins. Presumably exposing the plugin API would be dependent on exposing the currently private
Usage
andCommandInvocation
APIs, which is #19. Something like:The text was updated successfully, but these errors were encountered: