rabbah commented on a change in pull request #2544: Allow CLI to Save Code from 
Action (Review)
URL: 
https://github.com/apache/incubator-openwhisk/pull/2544#discussion_r135870088
 
 

 ##########
 File path: tests/src/test/scala/common/Wsk.scala
 ##########
 @@ -168,13 +168,17 @@ trait ListOrGetFromCollection extends 
FullyQualifiedNames {
         expectedExitCode: Int = SUCCESS_EXIT,
         summary: Boolean = false,
         fieldFilter: Option[String] = None,
-        url: Option[Boolean] = None)(
+        url: Option[Boolean] = None,
+        save: Option[Boolean] = None,
+        saveAs: Option[String] = None)(
 
 Review comment:
   what's the diff between save and saveas?
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to