Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pro
Pinned
1,356 contributions in the last year
Contribution activity
May 2020
Created an issue in remkop/picocli that received 19 comments
setOptionsCaseInsensitive should make negatable options case insensitive
This is a follow-up ticket for #9 (case-insensitive option parsing). As pointed out by @NewbieOrange and @ifsheldon on #1029, the negatable option …
19
comments
- Show end-of-options `--` in manual page
- Mixin usage.width() and longOptionsMaxWidth() ignored;
- Debug output should show optionsCaseInsensitive and subcommandsCaseInsensitive
- Make `ParserSpec::toString` output settings in alphabetic order
- Fix ParserSpec::toString and ::initFrom
- Generate yori completion scripts
- Cause exception not printed by default execution exception handler
- Link to programmatic API from the user manual
- Picocli should only use Java 5 API
- NPE in DefaultParamLabelRenderer.renderParameterLabel
- "wrong number of arguments" exception when using inherited options with `@Command`-annotated methods
- Create Java 15 text blocks example
- Support repeatable ArgGroups with positional parameters
- Hidden options should not impact usage help