Skip to main content

Module input

Module input 

Source
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§

CollectedFiles
Result of collecting files from input paths, including any temporary directories created during archive extraction.
InputPathHandler
Universal input path processing structure for CLI commands.