corda/node
Florian Friemel 79626e9c4c
[CORDA-1598] Make argument parsing more consistent. (#3423)
We parse command line arguments twice, once in `CordaCaplet.java`
  to determine the config file and base directory, and then again
  in NodeArgsParser. NodeArgsParser accepts long options with a
  single hyphen, while CordaCaplet did not. This changes
  CordaCaplet to accept `--config-file` as well as `-config-file`,
  same for base-dir.
2018-06-26 14:32:45 +01:00
..
capsule ENT-1633 increase node max heap size to 512m (#2851) 2018-03-26 13:41:37 +01:00
src [CORDA-1598] Make argument parsing more consistent. (#3423) 2018-06-26 14:32:45 +01:00
build.gradle CORDA-1238: Moved the blob inspector out of experimental and wired it to JackonSupport (#3224) 2018-05-24 18:26:55 +01:00