pub fn exec_remote_cli_captured(
runner: &dyn ProcessRunner,
session: &SshSession,
remote_bin: &str,
opts: &RemoteOptions,
cli_args: &[String],
) -> Result<String>Expand description
Run one remote CLI argv list on an already-resolved box binary (Capture).