Skip to content

Commit

Permalink
Merge pull request #25 from johnmanjiro13/update-readme
Browse files Browse the repository at this point in the history
docs: Update README
  • Loading branch information
johnmanjiro13 committed Nov 30, 2022
2 parents fb02093 + 9883190 commit 4d51c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ If you use github enterprise, you need to set your api base url to `GITHUB_BASE_
gh cmcm create <commit_sha> --body 'Comment by cli'
```

### Get a comment of a commit
### Get a comment
```
gh cmcm get <comment_id>
```
You can use the `--json` flag if you want to get result as json.

### List comments of a commit
### List comments
```
gh cmcm list <comment_id>
```
Expand Down

0 comments on commit 4d51c78

Please sign in to comment.