summaryrefslogtreecommitdiff
path: root/internal/cli/config.go
AgeCommit message (Collapse)Author
2026-04-08refactor(cli): split command.go into flags, config, apikeys (SRP)Paul Buetow
Move cobra flag registration, viper binding, and explicit-flag tracking into flags.go alongside Flags and NewFlags. Add config.go for InitConfig and apikeys.go for GetOpenAIKey/GetGoogleAPIKey. command.go now only defines CreateRootCommand. Made-with: Cursor