-
Notifications
You must be signed in to change notification settings - Fork 27
Add executables list to plugin API #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add executables list to plugin API #179
Conversation
|
I'm okay with the idea but I don't really like the list interface:
A bit more complicated but I really don't like that |
Do you mean like how
I think we could change |
I think the best way is to return a
You would have to handle quoted arguments, etc., so that's not that simple. I think for now we can keep it as a single |
That would be a problem if it was the other way around (splitting on spaces), but |
I think at some point I tried to make that change and stumble upon something annoying but maybe I'm misremembering... Feel free to try to modify it this way. |
|
I think I just found what you're probably referring to: |
This adds the
IExecutableandIExecutablesListinterfaces and theIOrganizer::executablesListmethod to expand the plugin API.