Minor doc edits

This commit is contained in:
Jimmy Royer 2024-12-27 16:12:38 -05:00
parent c68b740c29
commit 960b6f51a9

View file

@ -13,7 +13,7 @@
* --repo, -r Repository name (required) * --repo, -r Repository name (required)
* --author, -a Author of the comments to filter with (optional -- likely the AI bot author name) * --author, -a Author of the comments to filter with (optional -- likely the AI bot author name)
* --since, -s Filter comments since the given date (YYYY-MM-DD) (required) * --since, -s Filter comments since the given date (YYYY-MM-DD) (required)
* --until, -u Filter comments until the given date (YYYY-MM-DD) (optional, defaults to now) * --until, -u Filter comments until the given date (YYYY-MM-DD) (optional, defaults to current date)
* --token, -t GitHub personal access token (can also be set via the GITHUB_TOKEN environment variable or `.env` file) * --token, -t GitHub personal access token (can also be set via the GITHUB_TOKEN environment variable or `.env` file)
* It is recommended to use the environment variable to avoid exposing sensitive information. * It is recommended to use the environment variable to avoid exposing sensitive information.
* *