pub fn run(command: Commands) -> Result<()>
The primary entry point for the library’s logic. It takes a parsed Commands enum and dispatches to the appropriate handler.
Commands