pub fn execute(
    cmd: RunCmd,
    logger: Arc<RotatingLogger>
) -> Result<RunningClient, String>
Expand description

Executes the given run command.

On error, returns what to print on stderr.