appleboy / CodeGPT

A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4o, gpt-4-turbo, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook.
MIT License
1.22k stars 109 forks source link

`codegpt hook` should list sub-commands #138

Closed doggy8088 closed 2 months ago

doggy8088 commented 10 months ago
  1. When typing codegpt hook should display usage info just like codegpt config

  2. The usage info should display Available Commands just like codegpt config did.

image