Closed jsumners-nr closed 3 months ago
Currently, borp 'test/some/**/*.glob' does not expand the glob. This PR rectifies that by expanding all strings that look like they have a globstar pattern.
borp 'test/some/**/*.glob'
Currently,
borp 'test/some/**/*.glob'
does not expand the glob. This PR rectifies that by expanding all strings that look like they have a globstar pattern.