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
To extend the current plugin system, cainome should support plugins communication via stdin in order to let the users write their own plugins without modifying cainome.
Similar to protobuf.
To do so, the PluginInput must be serializable (JSON can be a good start), and the output of the plugin must be defined (only error or success in a first version may be ok).
The text was updated successfully, but these errors were encountered:
To extend the current plugin system, cainome should support plugins communication via stdin in order to let the users write their own plugins without modifying cainome.
Similar to protobuf.
To do so, the
PluginInput
must be serializable (JSON can be a good start), and the output of the plugin must be defined (only error or success in a first version may be ok).The text was updated successfully, but these errors were encountered: