pub async fn run_exec_with_client(
vps: &VpsRecord,
command: &str,
client: Box<dyn SshClientTrait>,
format: OutputFormat,
json: bool,
) -> Result<()>Expand description
Testable version of run_exec.
pub async fn run_exec_with_client(
vps: &VpsRecord,
command: &str,
client: Box<dyn SshClientTrait>,
format: OutputFormat,
json: bool,
) -> Result<()>Testable version of run_exec.