[FR]: Add option to copy_to_directory
to flatten the output tree structure
#756
Labels
copy_to_directory
to flatten the output tree structure
#756
What is the current behavior?
Directories input to this rule are copied while retaining the previous tree structure, which is opaque to Bazel.
Describe the feature
It would be useful for me to add a
flatten
field to the rule, as input to thecopy_to_directory
binary. This option would produce the flattened representation of the input directory tree as output, resulting in a set of files with no internal nesting.The text was updated successfully, but these errors were encountered: