Closed Jinhui-Wu closed 10 years ago
Suppose we use this kind of format to pass our parameter, just as what the comment show us . // parse it as key=value ./nox_core -v -i ptcp:6633 discovery=a=1,b=2
We should replace the second ',' with '=', so that the value can be stored correctly.
Suppose we use this kind of format to pass our parameter, just as what the comment show us . // parse it as key=value ./nox_core -v -i ptcp:6633 discovery=a=1,b=2
We should replace the second ',' with '=', so that the value can be stored correctly.