-
Notifications
You must be signed in to change notification settings - Fork 3
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
BCP-96: Add Glob Patterns Support #96
Conversation
Glob support sounds like can also be used in
|
Yes. I'll update it.
It looks more friendly then |
How about supporting |
I‘ve moved In addition, do we expect to support only * pattern, or do we support the multiple patterns listed in the latest commit? |
LGTM, we don't need to remove them.
Maybe we can use https://github.com/gobwas/glob.
|
Got it.
|
I think we need to support |
Mostly LGTM, let's create a tracking issue about this BCP. |
ref: #77