pub(crate) async fn run_receive(inputs: ReceiveInputs) -> Result<CommandOutput>Expand description
Entry point for super::ReceiveArgs’s BwCommand impl, reached both from the top-level
bw receive command and from SendCommands::Receive (bw send receive), which reuses the
same arg struct rather than a hand-synced copy.