> I hope to get around to this either tonight or tomorrow. I don't think > its a big deal. The way that Maven uses this is by passing in its > own usage statement i.e. maven [options] [goal [goal2 [goal3] ... ]] > and then using the getArgs method on CommandLine to get the values of > 'goals'. Does this solution satisfy you?
I know one could just insert ones own usage statement - but that just feels so wrong as then one has to be certain to make the correct update to the usage statement when changing the options. AND the parser cannot complain about missing arguments as it can with all the other options - it is just to make CLI more uniform. > I haven't thought this out fully but when I do I will post back to the > list. Looking forward :) /max -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
