Closed dtan4 closed 9 years ago
Currently iruka cannot parse config vars including "=" or ","
Set config vars including "=" or ",". It may needs to parse quoted strings to solve this issue.
$ ./iruka set BAR=hoge,bar $ ./iruka set BAR="hoge=bar"
WHY
Currently iruka cannot parse config vars including "=" or ","
WHAT
Set config vars including "=" or ",". It may needs to parse quoted strings to solve this issue.