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
{{ message }}
This repository was archived by the owner on Nov 2, 2018. It is now read-only.
Currently, plugins cannot register any options with commander.
This should be pretty simple to do - for plugins, the index.js should have an extra key options which is an array of objects representing a commander option.
In the main rsx code, it should simply do an command.options.forEach() to register any options.