pub fn run()Expand description
Launch the tsafe CLI.
Initialises tracing/OTel (if enabled), parses std::env::args() via clap,
dispatches to the appropriate sub-command handler, and exits with code 1 on
error. Called from main.rs and from the tsafe meta-crate’s bin shim.