noxrepo / nox

The NOX Controller
Other
139 stars 85 forks source link

fail to pass the parameter to the app #20

Closed Jinhui-Wu closed 10 years ago

Jinhui-Wu commented 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.