Expand description
List subcommand for finding and displaying matching files.
This module handles the fren list command which searches for files
matching given patterns, optionally recursively, and with exclusion support.
All operations are async to match the async API of freneng.
Functionsยง
- display_
files - Displays the list of found files.
- find_
files - Finds files matching the given patterns, with optional recursion and exclusions.
- handle_
list_ command - Handles the list subcommand.