Hello,
I have a sublime plugin that uses a port from it’s configuration to communicate with an external application. I would like to be able to define that port number per Sublime instance without hacking the plugin. Is there a way to pass in arguments from command line to a plugin or to it’s config ?
thanks!