pub async fn run_command_with_deadline(
command: Commands,
client: AnytypeClient,
output: CommandOutput,
deadline: WorkflowDeadline,
) -> Result<()>Expand description
Executes a backup command with timeout configuration captured before client construction.