Closed errordeveloper closed 9 years ago
Here it would be nice to have proper unix-y behaviour from the flag parser; i.e., to be able to partition arguments for the weave container with a --
.
After #13, you can pass these as $WEAVE_ARGS
, or ignore the script and start weave and the plugin with your own command lines.
Currently plugin only passes peers and any other flags are treated as unrecognised. One good example of flag that someone is quite likely to use is
-initpeercount N
.