Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GithubClient comments.GithubClient
View Source
var RootCmd = &cobra.Command{ Use: "commenter", Short: "A CLI to perform operation on GitHub PR issues.", PersistentPreRun: func(cmd *cobra.Command, args []string) { token := os.Getenv("GITHUB_TOKEN") err := comments.NewClient(token, &GithubClient) if err != nil { log.Fatalf("Error initializing GitHub client: %v", err) } }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.