We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The upstream repo gives little priority to data source support such as glob.
But we need something similar to wildcard from GNU Make in order to ease the building script.
wildcard
Currently, I'm using a combination of find and different vars, which is not straightforward.
find
I could submit a Pull Request if you like, but I believe it is pretty simple.
The text was updated successfully, but these errors were encountered:
Hi @lixin9311,
I think having these functions probably makes sense, but IMO they would likely be a better fit in the task repository than on this one.
Sorry, something went wrong.
No branches or pull requests
The upstream repo gives little priority to data source support such as glob.
But we need something similar to
wildcard
from GNU Make in order to ease the building script.Currently, I'm using a combination of
find
and different vars, which is not straightforward.I could submit a Pull Request if you like, but I believe it is pretty simple.
The text was updated successfully, but these errors were encountered: