mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-09 17:28:58 +00:00
feat(cli): display GitHub repository URL in version and help output
This commit is contained in:
parent
558ffe9a91
commit
fe647bc489
2 changed files with 4 additions and 1 deletions
|
|
@ -86,5 +86,7 @@ Examples:
|
|||
Use "ocr review -h" for more information about review.
|
||||
Use "ocr rules -h" for more information about rules.
|
||||
Use "ocr config" for more information about config.
|
||||
Use "ocr llm" for more information about LLM utilities.`)
|
||||
Use "ocr llm" for more information about LLM utilities.
|
||||
|
||||
GitHub: https://github.com/alibaba/open-code-review`)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,4 +21,5 @@ func printVersion() {
|
|||
if BuildDate != "" {
|
||||
fmt.Printf("built at: %s\n", BuildDate)
|
||||
}
|
||||
fmt.Println("https://github.com/alibaba/open-code-review")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue