@proggarapsody/bitbottle 1.55.0 → 1.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,6 +164,10 @@ bitbottle pr review 42 --comment --inline pkg/foo.go:10-15:extract helper # comm
|
|
|
164
164
|
bitbottle pr activity 42
|
|
165
165
|
bitbottle pr activity 42 --limit 20
|
|
166
166
|
bitbottle pr activity 42 --json type,actor,createdAt,detail
|
|
167
|
+
|
|
168
|
+
# PR commits
|
|
169
|
+
bitbottle pr commits 42
|
|
170
|
+
bitbottle pr commits 42 --json hash,message,author,date
|
|
167
171
|
```
|
|
168
172
|
|
|
169
173
|
### Repos & Branches
|