corda/node/src/main
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
..
java [CORDA-1598] Make argument parsing more consistent. (#3423) 2018-06-26 14:32:45 +01:00
kotlin/net/corda/node CORDA-1670 fix multiple CorDapps for flow check (#3436) 2018-06-26 11:32:49 +01:00
resources CORDA-1628: Increase max restart count for notary client flows. (#3357) 2018-06-13 17:46:32 +01:00