useclap::Parser;/// Run an inference remotely.
/// Not yet supported.
#[derive(Parser, Debug)]pubstructRemoteInferenceRunArgs{//todo
}pub(crate)fnhandle_command(_args: RemoteInferenceRunArgs)->anyhow::Result<()>{todo!("Remote inference is not yet supported")}