Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: exclude_list flag to accept comma-separated values (#85)
- Fixed an issue in the config command where the `viper.BindPFlag` error caused the parsing of `git.exclude_list vendor/*,go.sum,**/code_gen.go` as `"exclude_list":"vendor/*,go.sum,**/code_gen.go"` and writing it to `.codegpt.yaml`, resulting in the global exclude_list being ineffective.(spf13/viper#380) - Fixed a typo in the comments: `srvice` -> `service`.
- Loading branch information