style95 commented on a change in pull request #488:
URL: https://github.com/apache/openwhisk-cli/pull/488#discussion_r472024232



##########
File path: commands/action.go
##########
@@ -480,6 +480,9 @@ func parseAction(cmd *cobra.Command, args []string, update 
bool) (*whisk.Action,
                return nil, noArtifactError()
        }
 
+       if update {
+               action.DelAnnotations = Flags.action.delAnnotation

Review comment:
       I am not clear about this, can users pass list of annotations? or they 
have to use `--del-annotation` for every annotation?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to