mirror of
https://github.com/corda/corda.git
synced 2025-04-16 23:39:20 +00:00
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.