Files
chenhg5-cc-connect/embed.go
chenhg5 4837dec436 feat(cli): add config-example command and embed config template
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>
2026-03-07 13:49:19 +08:00

7 lines
97 B
Go

package ccconnect
import _ "embed"
//go:embed config.example.toml
var ConfigExampleTOML string