ethnode
ethnode copied to clipboard
Allow passing multiple arguments to underlaying node.
Running cli with multiple --node-arguments either by comma sepparated values or multiple instances of --node-arguments did not work.
This PR addresses that, while I don't know if this is the right way - it worked for my use case.
I needed to pass "--node-arguments=--http.addr=0.0.0.0" "--node-arguments=--http.vhosts=*" such that it overwrite the default arguments.