To send commands to a plugin from the command line, I know you can do the following:
subl --command my_plugin_command
Is there a way to pass arguments to this? All of the variants I’ve tried either try to open files named like the passed arguments, or give the message “Unable to parse command: …”. The only thing that doesn’t error so far is:
subl --command “my_plugin_command {}”
Anything placed inside of the {} causes the “Unable to parse command” error.