1 2 3 4 5
//! `lsofrs` / `lsf` binary entry point — dispatches the CLI through `lsofrs::run()`. fn main() { lsofrs::run(); }