Skip to content

Commit 3b1b878

Browse files
committed
More readme tweaks
1 parent 4d10054 commit 3b1b878

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,17 @@ gh standup
3838
### Advanced Options
3939

4040
```bash
41+
# Look back multiple days
42+
gh standup --days 3
43+
4144
# Generate report for specific user
4245
gh standup --user octocat
4346

4447
# Generate report for specific repository
4548
gh standup --repo owner/repo
4649

47-
# Look back multiple days
48-
gh standup --days 3
49-
5050
# Use a different AI model
5151
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
5552
```
5653

5754
## Contributing

0 commit comments

Comments
 (0)