summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
6 daysFixed: A default fulfils requirement, but does not count as assignment.upstream-masterMarkus KARG
2024-04-11Fix an NPE (#579)Lai Jiang
2023-12-24Asciidoctor formattingMarkus KARG
2023-12-22439 expand dynamic arg expands non dynamic args (#440)Nils Petzäll
2023-12-22Updated index.htmlMarkus KARG
2023-12-21Order parameters with the same order by name in usage()Martin Nonnenmacher
2023-12-21Asserting that double quotes are not removed.Jan de Gorter
2023-12-17Simplified code / Fixed typoMarkus KARG
2023-12-17Fix #379XxxXxxXxx233
2023-12-17Replace arrayOf with array literals in Kotlin sampleAndrey Mischenko
2023-12-17Simplified testMarkus KARG
2023-12-17Keep original exception thrown by the parameter setter methodSergii Druzkin
2023-12-17Fixes #557: Now validates BEFORE conversionMarkus KARG
2023-10-21Fixed: Broken link to TestNG exampleMarkus KARG
2023-10-21Creating apidocs using JavaDoc when documentation is createdMarkus KARG
2023-10-12Allow acceptUnknownOption with variableArity (#555)hsudhof
2023-10-08Fixed: Default value of primitive type must not satisfy required = trueMarkus KARG
2023-10-08Simplified code: No need for public classMarkus KARG
2023-10-08No ParameterException if a default value assigned for required paramsHiroshi Wada
2023-10-07Fixed documentation: Contributor fixed inidex.html instead of index.adocMarkus KARG
2023-10-07Example for @Parameter on setter methodT Naeff
2023-10-07Fixed docs formattingMarkus KARG
2023-10-07Mentioning Charset converter in docsMarkus KARG
2023-10-07Improved ByteOrderConverterTest: Removing unused ExceptionMarkus KARG
2023-10-07Adds a CharsetConverter.Gary Gregory
2023-10-07Mentioning ByteOrder converter in docsMarkus KARG
2023-10-07Improved ByteOrderConverterTest: Proofs that parameter may be in mixed caseMarkus KARG
2023-10-07Adds a ByteOrderConverter.Gary Gregory
2023-10-07Improved VariableArityTest: Proofs that unknown options are safely passed thr...Markus KARG
2023-10-04Test for dontShowNullForMissingCommandDescriptionMarkus KARG
2023-10-04Fix usage() for missing description on commandsJoe Koshakow
2023-10-02Moved description of defaultValueDescription to usage chapterMarkus KARG
2023-10-02Docs for @Parameter(defaultValueDescription)Markus KARG
2023-10-02Fixed backwards compatiblity fail: ParameterDescription.getDefault() must not...Markus KARG
2023-10-02Simplified CodeMarkus KARG
2023-10-02Fixed test fail: NullPointerException in ParameterDescription line 173Markus KARG
2023-10-02Fixed #471 @Param(default = ) (#518)fsd654qyl
2023-10-02Clarification: List and Set can be comma-separatedMarkus KARG
2023-10-02Telling about Set in DocsMarkus KARG
2023-10-02modify convertValue() to fix issue 509 and add a test=
2023-10-01Performance: String.isEmpty() is faster than .equals()Markus KARG
2023-10-01Performance: String.isEmpty() is faster than .equals()Markus KARG
2023-10-01Performance: String.isEmpty() is faster than .equals()Markus KARG
2023-10-01Return an empty list when parsing an empty stringBill Farner
2023-09-30Fix bug in docAdrian Leonhard
2023-09-30Using secret GPG_PASSPHRASE for improved securityMarkus KARG
2023-09-30Fixed: Deprecation Warning about new Integer(int)Markus KARG
2023-09-30Version Bump: Gradle 8.3Markus KARG
2023-08-29Ignore default value for required parameter (#567)gwenn
2023-08-24Docs contain some examples of included conversionsMarkus KARG