mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-19 17:16:48 +00:00
Minor doc edits
This commit is contained in:
parent
c68b740c29
commit
960b6f51a9
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
* --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.
|
||||||
*
|
*
|
||||||
* Example:
|
* Example:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue