pub(crate) fn files(args: &Args) -> Result<bool, Box<dyn Error>>
Expand description
The top-level entry point for listing files without searching them. This recursively steps through the file list (current directory by default) and prints each path sequentially using a single thread.