csantanapr commented on a change in pull request #2369: document how to add swift dependencies URL: https://github.com/apache/incubator-openwhisk/pull/2369#discussion_r124862935
########## File path: docs/actions.md ########## @@ -607,7 +607,7 @@ You can create a OpenWhisk action called `helloSwift` from this function as follows: ``` -wsk action create helloSwift hello.swift +wsk action create helloSwift hello.swift --kind swift:3.1.1 Review comment: Hum I'm not a fan that we have :default and would prefer to be clear and explicit of the version being. I think I agree to leave it out to have less noise for the folks getting started, and we can have separate discussion across all languages and the use of default in the docs. ---------------------------------------------------------------- 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
