Expand description
Current clap surface for the face binary.
Flags are grouped by concern (INPUT, SCORE, STRATEGY, PAGE, OUTPUT,
MODES) using clap’s help_heading so --help mirrors the §3 layout.
The library entry point — crate::run — consumes the parsed Cli
and threads stdin/stdout/stderr explicitly so callers (including
tests) can inject I/O.
Structs§
- Cli
- Parsed CLI surface for the
facebinary.