About 147,000 results
Open links in new tab
  1. Java: Apache commons-cli how to handle options that depend on each ...

    Jun 3, 2015 · I'm kinda struggling with the Apache commons-cli v1.3 and I haven't found a practical solution to the following problem yet: I have a command line tool that - depending on the specified …

  2. How to specify multiple options using apache commons cli?

    Feb 16, 2012 · How to specify multiple options using apache commons cli? Asked 13 years, 9 months ago Modified 11 years, 10 months ago Viewed 21k times

  3. Required argument without option name in Commons CLI

    Aug 13, 2017 · With the Apache Commons CLI library, I know I can use Option 's to parse the -h and -v commands optionally, and then use CommandLine.getArgs() to get the leftover argument FILE and …

  4. Apache Commons CLI - option type and default value

    How can I give a CLI Option a type - such as int or Integer? (Later, how can I get the parsed value with a single function call?) How can I give a CLI Option a default value? Such that CommandLine.

  5. Apache Commons CLI : Getting list of values for an option

    Jun 19, 2013 · 42 For a CLI, I have a requirement to pass in an array of ints as input for a particular option. Example - The below command would take in an array of customerIds and perform some …

  6. Two exclusive OptionGroup with Apache Commons CLI

    Fact that this Apache project was updated recently (17 February 2019), but still many features are missing from it and a little bit painful to work with Apache Commons CLI library. The picocli project …

  7. Apache Commons CLI: replacement for deprecated OptionBuilder?

    Jan 28, 2016 · Apache Commons CLI: replacement for deprecated OptionBuilder? Asked 9 years, 10 months ago Modified 9 years, 10 months ago Viewed 12k times

  8. The import org.apache.commons cannot be resolved in eclipse juno

    Don't forget to do the same for Apache Commons IO, that's where FileUpload depends on, otherwise you will get the same problem during runtime. Unrelated to the concrete problem, I see that you're …

  9. Maven package error: org.apache.commons-lang does not exist (Java)

    For anyone still encountering this issue – sometimes an IDE will automatically add import org.apache.commons.lang instead of import org.apache.commons.lang3 if it's set to automatically …

  10. java - Apache commons CLI - repeated options - Stack Overflow

    Aug 11, 2016 · Apache commons CLI - repeated options Asked 9 years, 3 months ago Modified 5 years, 8 months ago Viewed 4k times