Skip to content

Commit 6c3a5ab

Browse files
committed
update docs
1 parent ade1e12 commit 6c3a5ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,18 @@ gh combine owner/repo --ignore-labels wip,dependencies
144144
gh combine owner/repo --update-branch
145145
```
146146

147+
### Disable Stats Output
148+
149+
```bash
150+
gh combine owner/repo --no-stats
151+
```
152+
153+
### Disable Color
154+
155+
```bash
156+
gh combine owner/repo --no-color
157+
```
158+
147159
### Running with Debug Logging
148160

149161
```bash

0 commit comments

Comments
 (0)