All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lexicalscope.jewel.cli.ArgumentPresenter Maven / Gradle / Ivy

package com.lexicalscope.jewel.cli;

interface ArgumentPresenter {
    O presentArguments(ArgumentCollection validatedArguments) throws ArgumentValidationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy