You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/16 00:28:15 UTC

[GitHub] mdeuser commented on issue #2381: custom parameter parsing in CLI ignores command separators

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:
users@infra.apache.org


With regards,
Apache Git Services