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

uk.co.flamingpenguin.jewel.cli.ArgumentParser Maven / Gradle / Ivy

package uk.co.flamingpenguin.jewel.cli;

interface ArgumentParser
{
    ArgumentCollection parseArguments(String... arguments) throws ArgumentValidationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy