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

jcli.errors.AttachedFormFlagArgument Maven / Gradle / Ivy

package jcli.errors;

public final class AttachedFormFlagArgument extends InvalidCommandLine {
    public AttachedFormFlagArgument() {
        super("Flag arguments do not use long form");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy