pub async fn run() -> Result<()>Expand description
Main library entry point called from src/main.rs.
Parses CLI arguments, initialises the i18n language setting, then
dispatches to the appropriate subcommand handler.
Returns Ok(()) on success or propagates any anyhow::Error.