Skip to content

Commit 52895bf

Browse files
Update README with default timeframe details
Added information about the default and fallback behavior for the `--timeframe` option in the fetching process. This provides clarity on what happens when no timeframe or an invalid timeframe is specified.
1 parent 718964c commit 52895bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ poetry run python main.py --company google --timeframe 3m
114114
This will fetch the most asked questions at Google in the last 3 months.
115115

116116
The options for `--timeframe` are: `30d`, `3m`, or `6m`.
117+
- If no timeframe is specified, the default is `6m`.
118+
- If the timeframe is invalid, the default will be used.
117119

118120
## Running Tests
119121

0 commit comments

Comments
 (0)