com.github.jankroken.commandline.domain.internal.OptionSetLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commandline Show documentation
Show all versions of commandline Show documentation
An annotation based command line parser
The newest version!
package com.github.jankroken.commandline.domain.internal;
public enum OptionSetLevel {
MAIN_OPTIONS,
SUB_GROUP
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy