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

jcli.errors.SingleDashLongFormArgument Maven / Gradle / Ivy

package jcli.errors;

public final class SingleDashLongFormArgument extends InvalidCommandLine {
    public SingleDashLongFormArgument(final String arg) {
        super("Long form arguments must start with two dashes, " + arg + " does not");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy