jeremysolarz
jeremysolarz
@cbeust an old one but some nice thoughts about `Command`s in it. What do you say?
@cbeust still an issue ``` public void dynamic() { class Args { @DynamicParameter(names = "-D", description = "Dynamic parameters go here") private Map params = new HashMap(); } JCommander jc...
Dear @gilamsalem, Please provide a full test case (with full code example) to better investigate the issue ... Best, JS
ok found the solution, running under windows had to do with this issue... https://github.com/icholy/ember-handlebars-brunch/issues/7
@TKlerx I know it's been a while but any way to provide a test case for it?
@cbeust started work to fix this. Hope that's ok.
Hi @dmitry-timofeev, looking closely at the source of `JCommander.java` execution of `IValueValidtor` for "Main parameters" is not implemented at all right now. It should be implemented in the `else` part...
This is still an issue. But too busy to work on this for now.