package edu.mayo.bior.cli.func; public class CommandOutput { public String stdout; public String stderr; public int exit; }