-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Multiple selection list #121
Comments
Hi @quimm2003, thanks for the new proposal. Sounds reasonable. Or may be in a completely different way? |
Hi @bugy, my script expects the file paths to be passed as positional arguments. e.g.: my_script [options] file1 file2. Nevertheless, it will be easy to adapt my script to any of your proposals. |
Hi @quimm2003, got it, thanks. For me it doesn't matter much, how to implement it. |
Thank you very much @bugy! No, it is not bad... I can still launch the script at command line... ;-) |
Added multiselect parameters support. Type name: multiselect Possible values can be specified with "values" option (the same as in list type) |
Works like a charm! Thank you very much @bugy! |
Hi there!
Thanks for your awesome work!
I guess it would be useful a list type to create a select multiple element, which passes a list with the selections to the script's parameter.
For example, I use a script to issue a "git status --porcelain" to get a list of modified and untracked files. I want some of this files to be processed by the script.
Thanks.
The text was updated successfully, but these errors were encountered: