args4j icon indicating copy to clipboard operation
args4j copied to clipboard

args4j

Results 87 args4j issues
Sort by recently updated
recently updated
newest added

Resolves #131 I'm working on a large enterprise application codebase, which allows creation of multiple different application entry points for the same codebase. Many of these applications share base command...

Consider the following option: `@Option(name = "-i", aliases = {"--import"}, usage = "Usage") public String[] doImport;` If the respective CLI program is called __without__ specifying the `-i` switch and the...

Hey I noticed this broken link on http://args4j.kohsuke.org/ and that you had fixed it in the README by pointing to the wayback machine. Guessing that the site is statically generated,...

Hi, when using this project as a dependecy in another project it tells me that tools.jar cannot be found. ```[ERROR] Failed to execute goal on project ***: Could not resolve...

Replace the non-standard NotImplementedException with UnsupportedOperationException. At Google, we are upgrading our standard JVM and will no longer have access to sun.reflect.generics.reflectiveObjects.NotImplementedException. This ensures we will be able to run...

see https://stackoverflow.com/questions/60690728/how-do-i-switch-of-locale-specific-handling-in-args4j

Could it be a good addition to be able to also parse environment variables? For example, you could have a program in which you could specify the host to connect...

Love the library and to give it credit, still works well after all this time, but it is starting to fall behind in terms of newer java versions (not to...