mdeuser commented on issue #2381: custom parameter parsing in CLI ignores command separators URL: https://github.com/apache/incubator-openwhisk/issues/2381#issuecomment-308900359 On the surface, I'd say this is working as expected. When a `-p` or `-a` flag is specified, the next two space-separated arguments are taken as the parameter key and value, respectively. If they are valid JSON (object or string), then the command will not consider this an error. In the examples above -b, -r, -p, and -a are all valid JSON strings and the command consumes them as such. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
