aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/config
Commit message (Collapse)AuthorAgeFilesLines
* feat: add description to FLAG_PAIR suggestion魏曹先生39 hours1-1/+1
|
* feat(config): add metadata description for config command魏曹先生39 hours1-1/+9
|
* feat(config): add cfg --pair flag and refactor config path魏曹先生39 hours1-0/+110
Add `--pair` flag to output config values as `"key" = "value"` pairs, and provide escaped formatting for display. Move config path resolution to a helper function and expose the underlying hash map for rendering and completion.