pub fn run(rs: ReadStatCli) -> Result<(), ReadStatError>Expand description
Executes the CLI command specified by the parsed ReadStatCli arguments.
This is the main entry point for the CLI binary, dispatching to the
metadata, preview, or data subcommand.