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



##########
File path: commands/flags.go
##########
@@ -136,22 +136,23 @@ type FlagsStruct struct {
 }
 
 type ActionFlags struct {
-       docker      string
-       native      bool
-       copy        bool
-       web         string
-       websecure   string
-       sequence    bool
-       timeout     int
-       memory      int
-       logsize     int
-       concurrency int
-       result      bool
-       kind        string
-       main        string
-       url         bool
-       save        bool
-       saveAs      string
+       docker        string
+       native        bool
+       copy          bool
+       web           string
+       websecure     string
+       sequence      bool
+       timeout       int
+       memory        int
+       logsize       int
+       concurrency   int
+       result        bool
+       kind          string
+       main          string
+       url           bool
+       save          bool
+       saveAs        string
+       delAnnotation []string

Review comment:
       Add delAnnotation field




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