Re: [Jargp-general] Is there anyone out there?
Brought to you by:
dsosnoski
|
From: Brian H. <bri...@ac...> - 2005-03-18 12:36:51
|
Dude patch is there. I uploaded it before your last email. The problem with what you propose here is that I cannot do the following: command arg1 -m arg2 Jargp will die on arg1 and has done nothing for me. Brian Matthew Weigel wrote: > Brian Hawkins wrote: > >> You have not updated your project have you. StringListDef.java >> handles multiple occurrences of the same flag and places them in a >> List object. > > > > For some reason I believed sf.net when the site claimed "0 commits" > :-) I didn't think JArgP used the CVS... > > OK, so I'm looking back over how you described it working... I don't > like it. > > One of the stated operational mechanisms is that once JArgP hits > something that it doesn't expect/can't parse, it's done; the user can > snarf additional arguments at the end, by order. > > What you want can be accomplished pretty easily outside JArgP, by > depending on that behavior. > > Maybe the other developers disagree, but in any case, I think it would > be best served by showing a patch :-) |