Skip to main content

exec_remote_cli_captured

Function exec_remote_cli_captured 

Source
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).