We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14cd0c commit 2ed32e2Copy full SHA for 2ed32e2
1 file changed
main.go
@@ -30,7 +30,7 @@ func main() {
30
31
rootCmd := &cobra.Command{
32
Use: "git-commit-summary",
33
- Short: "Generate a commit summary using Gemini or OpenAI",
+ Short: fmt.Sprintf("Generate a commit summary using Gemini, OpenAI, Llama.cpp, OpenRouter (version: %s)", versioninfo.Short()),
34
Run: func(cmd *cobra.Command, args []string) {
35
if *showVersion {
36
fmt.Println(versioninfo.Short())
0 commit comments