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/13 15:22:51 UTC

[GitHub] bpoole16 commented on issue #2334: Added --last Activation Flag

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
     }
     retu`
 
----------------------------------------------------------------
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