1 parent 4d10054 commit 3b1b878Copy full SHA for 3b1b878
1 file changed
README.md
@@ -38,20 +38,17 @@ gh standup
38
### Advanced Options
39
40
```bash
41
+# Look back multiple days
42
+gh standup --days 3
43
+
44
# Generate report for specific user
45
gh standup --user octocat
46
47
# Generate report for specific repository
48
gh standup --repo owner/repo
49
-# Look back multiple days
-gh standup --days 3
-
50
# Use a different AI model
51
gh standup --model xai/grok-3-mini
52
53
-# Combine options
54
-gh standup --user octocat --repo microsoft/vscode --days 2 --model openai/gpt-4o
55
```
56
57
## Contributing
0 commit comments