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

jcli.errors.CommandLineOptionTooShort Maven / Gradle / Ivy

package jcli.errors;

public final class CommandLineOptionTooShort extends InvalidCommandLine {
    public CommandLineOptionTooShort() {
        super("A command line option must have a name, '-' or '--' is not valid");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy