mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
79626e9c4c
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. |
||
---|---|---|
.. | ||
capsule | ||
src | ||
build.gradle |