-
Notifications
You must be signed in to change notification settings - Fork 696
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
Filename globbing support #163
Comments
good idea, i will make a patch soon (but using the current "for" will lead to all sort of problems, so i will add a for-glob instruction) |
added for-glob You can test it with: [uwsgi] if it is working well you should see items printed in startup logs |
Works fine, thanks a lot! |
I think I need a combination of |
I would find filename globbing support very useful, e.g. for including files when the filenames are not known in advance using something like
The text was updated successfully, but these errors were encountered: