likyh commented on code in PR #4373:
URL: 
https://github.com/apache/incubator-devlake/pull/4373#discussion_r1106608383


##########
backend/plugins/bitbucket/bitbucket.go:
##########
@@ -30,17 +30,17 @@ var PluginEntry impl.Bitbucket //nolint
 func main() {
        cmd := &cobra.Command{Use: "bitbucket"}
        connectionId := cmd.Flags().Uint64P("connectionId", "c", 0, "bitbucket 
connection id")
-       owner := cmd.Flags().StringP("owner", "o", "", "bitbucket owner")
-       repo := cmd.Flags().StringP("repo", "r", "", "bitbucket repo")
+       fullName := cmd.Flags().StringP("fullName", "n", "", "bitbucket id: 
owner/repo")

Review Comment:
   use one column for options.



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to