Groups
Sign in
Groups
jcommander
Conversations
About
Send feedback
Help
jcommander
Contact owners and managers
1–30 of 183
Mark all as read
Report group
0 selected
Markus Karg
Aug 9
JCommander 1.84
I just released JCommander 1.84. Thanks to all the contributors who fixed a lot of bugs and added
unread,
JCommander 1.84
I just released JCommander 1.84. Thanks to all the contributors who fixed a lot of bugs and added
Aug 9
Shivaraj
,
Markus Karg
2
Apr 28
Jcommander Java 11 and Java 17 Compatiblity
I think you already found out simply by trying it out that JCommander is compatible with Java 17.
unread,
Jcommander Java 11 and Java 17 Compatiblity
I think you already found out simply by trying it out that JCommander is compatible with Java 17.
Apr 28
Isuru Perera
, …
Cédric Beust ♔
8
9/8/20
JCommander release tags
Hi Markus, I'm not familiar with this feature. These days, pretty much everyone resolves their
unread,
JCommander release tags
Hi Markus, I'm not familiar with this feature. These days, pretty much everyone resolves their
9/8/20
Markus Karg
9/8/20
FYI: A tiny plug-in based CLI application framework built ontop of jCommander
It is still a very initial beta, but we are rather proud of it: Today we published the source code of
unread,
FYI: A tiny plug-in based CLI application framework built ontop of jCommander
It is still a very initial beta, but we are rather proud of it: Today we published the source code of
9/8/20
Ralf Schandl
8/17/20
No Exception on unknown option
JCommander does not throw an exception when an unknown option is given. In the following example, the
unread,
No Exception on unknown option
JCommander does not throw an exception when an unknown option is given. In the following example, the
8/17/20
Devin Bost
,
Cédric Beust ♔
2
7/29/20
Trouble parsing JSON since it splits on the comma
Hi Devin, I'm a bit confused, I don't see any mention of the comma in your NoSplitter class…
unread,
Trouble parsing JSON since it splits on the comma
Hi Devin, I'm a bit confused, I don't see any mention of the comma in your NoSplitter class…
7/29/20
mvanle
6/29/19
Case insensitive option with separator does not work
I am using "jcommander-1.72.jar". JCommander does not find the parameter name when
unread,
Case insensitive option with separator does not work
I am using "jcommander-1.72.jar". JCommander does not find the parameter name when
6/29/19
mjandersonjr
,
Cédric Beust ♔
2
4/1/19
USAGE method not displaying possible Object values for List of Objects
No. It would have to be very specific code too (ie "container of an enum type"), so I'm
unread,
USAGE method not displaying possible Object values for List of Objects
No. It would have to be very specific code too (ie "container of an enum type"), so I'm
4/1/19
Maciej Gawinecki
5/6/18
CommandMain content in commands documentation
Hi, http://jcommander.org/#_more_complex_syntaxes_commands mentions CommandMain class but does not
unread,
CommandMain content in commands documentation
Hi, http://jcommander.org/#_more_complex_syntaxes_commands mentions CommandMain class but does not
5/6/18
dan.die...@gmail.com
1/30/18
Custom default values: how to say "there is no default today"
I am just starting to use JCommander. What I am trying to do is this: - allow users to set persistent
unread,
Custom default values: how to say "there is no default today"
I am just starting to use JCommander. What I am trying to do is this: - allow users to set persistent
1/30/18
to...@thelastpickle.com
, …
dan.die...@gmail.com
7
1/30/18
Help with using Commands with Verb + Noun syntax
I ran into this also and came up with the same option: the command can't have spaces in it. I
unread,
Help with using Commands with Verb + Noun syntax
I ran into this also and came up with the same option: the command can't have spaces in it. I
1/30/18
Dominik Kaspar
,
Cédric Beust ♔
2
10/2/17
How to use JCommander for groups of commands?
Hi Dominik, Right now, I can't think of a better way than using commands with variable arities
unread,
How to use JCommander for groups of commands?
Hi Dominik, Right now, I can't think of a better way than using commands with variable arities
10/2/17
Niels Bertram
10/2/17
wildcard command matching
I am trying to parse a command line with a wildcard command after a set of known parameters in the
unread,
wildcard command matching
I am trying to parse a command line with a wildcard command after a set of known parameters in the
10/2/17
Bakkiaraj Murugesan
,
Dieter Bogdoll
3
9/25/17
Having trouble using jcommander with Kotlin
Hi again, another possibility is to prepend the following line before class Args { } @Parameters(
unread,
Having trouble using jcommander with Kotlin
Hi again, another possibility is to prepend the following line before class Args { } @Parameters(
9/25/17
Dieter Bogdoll
9/25/17
Using <init>(string) or Class.valueOf(string) to convert string to object in addition to IStringConverter
Hi all If a @Parameter annotation is attached to a field which is not aa basic type like int, string,
unread,
Using <init>(string) or Class.valueOf(string) to convert string to object in addition to IStringConverter
Hi all If a @Parameter annotation is attached to a field which is not aa basic type like int, string,
9/25/17
Brendan Robert
,
Cédric Beust ♔
2
9/25/17
Variable arity with different types
Make your parameter a list of objects and you'll have to perform some manual scanning to
unread,
Variable arity with different types
Make your parameter a list of objects and you'll have to perform some manual scanning to
9/25/17
mcost...@np6.com
,
Cédric Beust ♔
3
8/14/17
Need to Extend or Override parameters
Wonderful answer. Thanks! Doing now. On Monday, August 14, 2017 at 3:59:00 PM UTC+2, Cédric Beust ♔
unread,
Need to Extend or Override parameters
Wonderful answer. Thanks! Doing now. On Monday, August 14, 2017 at 3:59:00 PM UTC+2, Cédric Beust ♔
8/14/17
Szymon Tosik
,
Cédric Beust ♔
2
7/16/17
Using usage() after parsing my parameters.
How about JCommander jc = JCommander.newBuilder() .addObject(main) .build(); jc.parse(args); if(main.
unread,
Using usage() after parsing my parameters.
How about JCommander jc = JCommander.newBuilder() .addObject(main) .build(); jc.parse(args); if(main.
7/16/17
Sabir Khan
7/13/17
How to make Spring Boot command line parameters work with JCommander ?
Hi, I have posted this on stackoverflow - https://stackoverflow.com/questions/45075459/springboot-cli
unread,
How to make Spring Boot command line parameters work with JCommander ?
Hi, I have posted this on stackoverflow - https://stackoverflow.com/questions/45075459/springboot-cli
7/13/17
Pavel Tavoda
7/4/17
Possible bug?
When I define parameter like: @Parameter(names = {"-o", "--outputFile", "--
unread,
Possible bug?
When I define parameter like: @Parameter(names = {"-o", "--outputFile", "--
7/4/17
Lars K.
7/1/17
Validation on provided help-parameter
Hello, I have a problem with/ a question regarding my use of JCommander. I have an option-parameter
unread,
Validation on provided help-parameter
Hello, I have a problem with/ a question regarding my use of JCommander. I have an option-parameter
7/1/17
Turloch O'Tierney
2
5/31/17
Getting 'the rest' from first non recognised value, and calculatable (based on args) arity
Hi, Looking at the code: (Changing/forking the code is the worst case scenario for maintenance
unread,
Getting 'the rest' from first non recognised value, and calculatable (based on args) arity
Hi, Looking at the code: (Changing/forking the code is the worst case scenario for maintenance
5/31/17
Cédric Beust ♔
,
Thomas Traude
2
5/18/17
New documentation
One of the best documentations I've ever seen! Thank you! Small improvement: In the second code
unread,
New documentation
One of the best documentations I've ever seen! Thank you! Small improvement: In the second code
5/18/17
slymz
,
Cédric Beust ♔
3
4/26/17
option processing order
On Wednesday, April 26, 2017 at 2:23:23 PM UTC-4, Cédric Beust ♔ wrote: myapp -bar -nobar -bar -bar -
unread,
option processing order
On Wednesday, April 26, 2017 at 2:23:23 PM UTC-4, Cédric Beust ♔ wrote: myapp -bar -nobar -bar -bar -
4/26/17
slymz
, …
Cédric Beust ♔
5
4/26/17
negated boolean
Yes: if the flag is found on the command line, JCommander will simply invert the value the field was
unread,
negated boolean
Yes: if the flag is found on the command line, JCommander will simply invert the value the field was
4/26/17
Robert Laks
,
Cédric Beust ♔
4
4/5/17
Better Error Message When Using Multiple Commands
Thanks! -- Cédric On Wed, Apr 5, 2017 at 1:39 PM, Robert Laks <rob.l...@gmail.com> wrote:
unread,
Better Error Message When Using Multiple Commands
Thanks! -- Cédric On Wed, Apr 5, 2017 at 1:39 PM, Robert Laks <rob.l...@gmail.com> wrote:
4/5/17
theonlygusti
,
Cédric Beust ♔
4
2/9/17
Positional arguments?
Hey do you mind explaining what you mean? In the final tool, I'd like to create command syntaxes
unread,
Positional arguments?
Hey do you mind explaining what you mean? In the final tool, I'd like to create command syntaxes
2/9/17
theonlygusti
,
Cédric Beust ♔
3
1/26/17
Don't show options in usage unless there are any.
I filed it as an issue prior to posting it here. It seems that generally the responses to the mailing
unread,
Don't show options in usage unless there are any.
I filed it as an issue prior to posting it here. It seems that generally the responses to the mailing
1/26/17
theonlygusti
,
Cédric Beust ♔
19
1/25/17
options without - prepended hyphen
The latest version is 1.61. 1.7 is a very old version. -- Cédric On Wed, Jan 25, 2017 at 3:47 AM,
unread,
options without - prepended hyphen
The latest version is 1.61. 1.7 is a very old version. -- Cédric On Wed, Jan 25, 2017 at 3:47 AM,
1/25/17
theonlygusti
,
Cédric Beust ♔
5
1/19/17
Fuzzy finder
Are plugins really ever overkill though? I think everyone respects bare-bones but extendable
unread,
Fuzzy finder
Are plugins really ever overkill though? I think everyone respects bare-bones but extendable
1/19/17