VantageKR

Results 2 comments of VantageKR

I love and hate the project splitup inside modules. I love it because of the ability to then, in other moduels, ONLY reference the *.IntegrationEvents sub project, to force the...

```scala val initialArgs: Args = """ |run-main CLASampleMain [options] |Demonstrates the CLA API. | -i | --in | --input string Path to input file. ``` gives: ``` 'error] (run-main-8) com.concurrentthought.cla.ParseError:...