Skip to content
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

Add globber pattern support to the #load directive #2400

Closed
gitfool opened this issue Dec 18, 2018 · 0 comments
Closed

Add globber pattern support to the #load directive #2400

gitfool opened this issue Dec 18, 2018 · 0 comments
Labels
Milestone

Comments

@gitfool
Copy link
Contributor

gitfool commented Dec 18, 2018

Following up from #1726, add globber pattern support to the #load directive. This would be useful for loading a local directory full of scripts, similar to what #load nuget: does after installing the package.

Example usages:

#load scripts/*.cake // legacy
#load **/*.cake
#load local:?path=scripts/*.cake // uri
#load local:?path=**/*.cake

I'll submit a PR when I get some time in the next week. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants