mirror of
https://github.com/chenhg5/cc-connect.git
synced 2026-07-03 12:28:10 +08:00
Add new 'config-example' command that prints annotated config template. Embed config.example.toml file using go:embed directive. Improve CLI usage output formatting and documentation. generated by llmgit Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
97 B
Go
7 lines
97 B
Go
package ccconnect
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed config.example.toml
|
|
var ConfigExampleTOML string
|