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
This will be a big update, but if we set up "command" styles to be modular, ex ![command], @[command], then we can call plugin functions much more easily. Set up plugins to export commands along with their functions, then pass the arguments in as parameters, instead of doing Regex analysis over and over and over again.
It'll be neater this way, as well.
The text was updated successfully, but these errors were encountered:
It will definitely make creating new plugins much faster, and, if I set it
up right, will allow one command to analyze something, then pass it to
another command in another plugin for future action.
This will be a big update, but if we set up "command" styles to be modular, ex ![command], @[command], then we can call plugin functions much more easily. Set up plugins to export commands along with their functions, then pass the arguments in as parameters, instead of doing Regex analysis over and over and over again.
It'll be neater this way, as well.
The text was updated successfully, but these errors were encountered: