bpoole16 commented on issue #2334: Added --last Activation Flag 
URL: 
https://github.com/apache/incubator-openwhisk/pull/2334#issuecomment-308152842
 
 
   @mdeuser This checks the conflict between ID and --last 
   `else if flags.activation.last && len(args) == 1 {  //Checks conflict 
between ID and --last
         whiskErr := whisk.MakeWskError(errors.New("Can't use given ID with 
--last"), whisk.EXITCODE_ERR_GENERAL, whisk.DISPLAY_MSG, whisk.DISPLAY_USAGE)
         return args, whiskErr
     }`
 
----------------------------------------------------------------
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

Reply via email to