get_files

Retrieves an array of file paths from the codebase.

Arguments

NameTypeDescriptionRequired

file_paths

array

An array of file paths to retrieve.

Returns

TypeDescription

array

An array of file paths.

Example

- name: get_files
  arguments:
    file_paths: <list of file paths>
  returns: <list of file paths>

Last updated