Skip to content

issues Search Results · repo:kohsuke/args4j language:Java

Filter by

82 results
 (62 ms)

82 results

inkohsuke/args4j (press backspace or delete to remove)

When using args4j in a modular Java 11 project, the build warns about filename-based automodules: [WARNING] *************************************************************************************************************************************** ...
  • haumacher
  • Opened 
    on Nov 16, 2023
  • #187

Hi all, we have integrated args4j into Google OSS-Fuzz which will provide more security for your project: https://github.com/google/oss-fuzz/pull/9740 Why do you need Fuzzing? The Code Intelligence JVM ...
  • onionpsy
  • Opened 
    on Mar 15, 2023
  • #186

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 dependencies for project com.***.plugins:commit-pipeline-xml:hpi:0.1: ...
  • agentsmith29
  • Opened 
    on Aug 7, 2020
  • #177

So the use case is as such: 1) if user defines this e.g -v and does not give any value, default to a number 5. 2) If user defines this -v and provides value , set var to the provided value 3) user ...
  • germayneng
  • 1
  • Opened 
    on Jul 14, 2020
  • #176

see https://stackoverflow.com/questions/60690728/how-do-i-switch-of-locale-specific-handling-in-args4j
  • WolfgangFahl
  • Opened 
    on Mar 15, 2020
  • #174

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 to with a --host 127.0.0.1 or with an environment ...
  • PhoneixS
  • Opened 
    on Feb 7, 2020
  • #173

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 mention all the unaddressed issues here on GitHub). ...
  • GregJohnStewart
  • 7
  • Opened 
    on Apr 25, 2019
  • #170

// groovy code `import org.kohsuke.args4j.CmdLineException import org.kohsuke.args4j.CmdLineParser import org.kohsuke.args4j.Option import org.kohsuke.args4j.spi.StringArrayOptionHandler class Args { ...
  • yuzhidi
  • Opened 
    on Dec 26, 2018
  • #168

Specifying the options as --foo=VALUE throws --foo=... is not a valid option if VALUE contains a space. Code to reproduce import org.kohsuke.args4j.CmdLineParser; import org.kohsuke.args4j.Option; public ...
  • atnak
  • 1
  • Opened 
    on Dec 19, 2018
  • #167

This causes CmdLineParser.printUsage() to throw NPE, and appears to be a regression of default values in usage . It affects classes subclassing DelimitedOptionHandler such as MultiPathOptionHandler and ...
  • atnak
  • Opened 
    on Dec 13, 2018
  • #166
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub