Fix comment commands, comments reads multiple words, fix user as author, and implemented a function to list comments

This commit is contained in:
Moira Daniella A Sebastian
2026-02-25 13:10:42 +01:00
parent d1f8261b68
commit d721bba29f
5 changed files with 106 additions and 25 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)
}