Expand description
Core-owned input path collection.
Provides InputPathHandler (universal file/directory input processing:
path merging, recursive scanning, extension filtering, archive extraction)
and CollectedFiles (the collected-path handle with RAII archive temp
dirs). The module deliberately depends on nothing from the CLI layer or on
any argument-parsing type — CLI structs are thin adapters over it.
Structs§
- Collected
Files - Result of collecting files from input paths, including any temporary directories created during archive extraction.
- Input
Path Handler - Universal input path processing structure for CLI commands.