Describe the feature you'd like
Since byexample 10.0.3 we support file patterns like dir/**/*.md. This is useful because when byexample loads the parameters and file names from a file, no shell expansion takes place.
But the support is limited. It does not support brace-expansion like a shell would do like:
$ byexample -l ruby '_pages/**/*{.rb,.md}'
byexample should take _pages/**/*{.rb,.md} and expand it to _pages/**/*.rb and _pages/**/*.mdfor later perform the file name matching.
Additional context (optional)
Some third-parties libs that could help:
Describe the feature you'd like
Since
byexample 10.0.3we support file patterns likedir/**/*.md. This is useful because whenbyexampleloads the parameters and file names from a file, no shell expansion takes place.But the support is limited. It does not support brace-expansion like a shell would do like:
byexampleshould take_pages/**/*{.rb,.md}and expand it to_pages/**/*.rband_pages/**/*.mdfor later perform the file name matching.Additional context (optional)
Some third-parties libs that could help: