bitbucketcli
bitbucketcli copied to clipboard
commit comments command working incorrectly
The api endpoint for the commit comments command returns a JSON array which contains deleted and not deleted comments , after getting this response the program iterates through all of them and if ones fulfills the condition of not containing the key "content" (which is any deleted comment) it will print that "No Any Comments Found" and exit.
It won't display any comments for a commit if there is one deleted comment in the returned array of comments.