Expand description
Core logic for the teru command line tool.
main.rs only parses arguments and maps Error to an exit code;
everything else lives here so it can be unit tested directly.
Modules§
Structs§
- Entry
- One entry in a directory listing.
Functions§
- list_
entries - Lists the entries directly inside
dir, sorted alphabetically by name.