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



##########
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:
       Must pass like this `--del-annotation key1 --del-annotation key2`, in go 
backend, it will recevie the value by array:
   
https://github.com/apache/openwhisk-client-go/pull/137/files#diff-7a2fb893e2fa76731b906c5689a14e95R39




----------------------------------------------------------------
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