D.A.B.Tv0.0.17 Tutorial API DABT Tools ↗ GitHub ↗

tui.cache.deps_of

tui.cache.deps_of FILE ARRAY_NAME

Appends FILE and every file it includes, recursively, to the array named ARRAY_NAME, as absolute paths.

Notes

  • Unreadable files and files already in the array are skipped.

Example

local -a deps=()
tui.cache.deps_of "$page" deps