mirror of
https://github.com/corda/corda.git
synced 2025-01-23 21:08:48 +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. |
||
---|---|---|
.. | ||
java | ||
kotlin/net/corda/node | ||
resources |