Closed enixdark closed 5 years ago
When I use wsk action get hello-world-python , the response returned { "kind": "python:2", ... } instead of { "kind": "python", ... } So I think that should use regex for match language runtime version 'll better than.
wsk action get hello-world-python
{ "kind": "python:2", ... }
{ "kind": "python", ... }
LGTM.
I don't have write access to this repo anymore so I'll need @mrutkows or @csantanapr to check and merge.
I can publish a new version to NPM once it's completed.
Closing as project is being archived.
When I use
wsk action get hello-world-python
, the response returned{ "kind": "python:2", ... }
instead of{ "kind": "python", ... }
So I think that should use regex for match language runtime version 'll better than.