Expands directories created byDocumentation Index
Fetch the complete documentation index at: https://bazel-promptless-add-bazelrc-env-var-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ctx.actions.declare_directory during the execution phase. This is useful to expand directories in map_each.
Members
expand
File is a directory, this returns a list of File s recursively underneath the directory. Otherwise, this returns a list containing just the given File itself.
Parameters
ParameterDescriptionfileFile;
required
The directory or file to expand.