Expand description
Configuration file support for the CVKG CLI.
Reads settings from .cvkg.toml (or paths specified by CVKG_CONFIG env var)
and merges them with CLI flags (CLI > env > file).
Structsยง
- CliConfig
- CLI configuration that can be set via config file, env vars, or CLI flags.