Skip to main content

run_sudo_exec_with_client

Function run_sudo_exec_with_client 

Source
pub async fn run_sudo_exec_with_client(
    vps: &VpsRecord,
    command: &str,
    client: Box<dyn SshClientTrait>,
    format: OutputFormat,
    json: bool,
) -> Result<()>
Expand description

Testable version of sudo-exec.