Skip to content

Commit 2ed32e2

Browse files
committed
style: update CLI help to include supported providers & version
1 parent b14cd0c commit 2ed32e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func main() {
3030

3131
rootCmd := &cobra.Command{
3232
Use: "git-commit-summary",
33-
Short: "Generate a commit summary using Gemini or OpenAI",
33+
Short: fmt.Sprintf("Generate a commit summary using Gemini, OpenAI, Llama.cpp, OpenRouter (version: %s)", versioninfo.Short()),
3434
Run: func(cmd *cobra.Command, args []string) {
3535
if *showVersion {
3636
fmt.Println(versioninfo.Short())

0 commit comments

Comments
 (0)