We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade1e12 commit 6c3a5abCopy full SHA for 6c3a5ab
README.md
@@ -144,6 +144,18 @@ gh combine owner/repo --ignore-labels wip,dependencies
144
gh combine owner/repo --update-branch
145
```
146
147
+### Disable Stats Output
148
+
149
+```bash
150
+gh combine owner/repo --no-stats
151
+```
152
153
+### Disable Color
154
155
156
+gh combine owner/repo --no-color
157
158
159
### Running with Debug Logging
160
161
```bash
0 commit comments