Skip to main content

run_exec_with_client

Function run_exec_with_client 

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