pombreda / clamshell-cli

Automatically exported from code.google.com/p/clamshell-cli
Apache License 2.0
0 stars 0 forks source link

Extend InputController to Parse Input #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Extend InputController interface with a parse(String inputLine) method.
That method would allow developer to apply parsing logic using tools of their 
choosing (jCommander, commons-cli, custom, etc). 

Original issue reported on code.google.com by vladimir...@gmail.com on 14 Sep 2013 at 5:38