You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expand to upload every *.txt file under the build/ directory individually?
I've tried look through the source code, but my bash isn't as good as I thought. There's one comment that implies globbing does happen, but some small tests just in my shell make it seem like they don't work.
I think the following is the same as the source, but it doesn't glob, and echos calendars/*.ics
Hi!
Thanks for the project, really appreciate it.
Just wondering if globs work in files? for example will the following:
expand to upload every
*.txt
file under thebuild/
directory individually?I've tried look through the source code, but my bash isn't as good as I thought. There's one comment that implies globbing does happen, but some small tests just in my shell make it seem like they don't work.
I think the following is the same as the source, but it doesn't glob, and echos
calendars/*.ics
However this example (which isn't the same) globs as expected:
If you can confirm what exactly the expected behaviour is, I'm happy to make a PR to add this feature!
Thanks!
The text was updated successfully, but these errors were encountered: