pub fn run() -> Result<()>Expand description
CLI entry point. Exposed for the shipper crate’s binary target
and for the shipper-cli crate’s own shipper-cli binary — both
are three-line fn main() { shipper_cli::run() } wrappers over
this function.