Merge pull request #27 from LazyBachelor/LPM-67

Feature : Add comments
This commit is contained in:
Robin Olsen
2026-02-25 05:15:21 -08:00
committed by GitHub
5 changed files with 168 additions and 11 deletions

View File

@@ -22,5 +22,7 @@ func init() {
issuesCmd.RootCmd.AddCommand(issuesCmd.CreateCmd)
issuesCmd.RootCmd.AddCommand(issuesCmd.DeleteCmd)
issuesCmd.RootCmd.AddCommand(issuesCmd.UpdateCmd)
issuesCmd.RootCmd.AddCommand(issuesCmd.CommentCmd)
issuesCmd.RootCmd.AddCommand(issuesCmd.CommentsCmd)
issuesCmd.RootCmd.AddCommand(surveyCmd.StatusCmd)
}