public interface  org.junit.platform.console.shadow.picocli.CommandLine$IParseResultHandler extends java.lang.Object
{
public abstract java.util.List handleParseResult(java.util.List, java.io.PrintStream, org.junit.platform.console.shadow.picocli.CommandLine$Help$Ansi) throws org.junit.platform.console.shadow.picocli.CommandLine$ExecutionException;
}