Skip to main content

Crate teru

Crate teru 

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

args
error
format

Structs§

Entry
One entry in a directory listing.

Functions§

list_entries
Lists the entries directly inside dir, sorted alphabetically by name.