aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(config): add cfg --pair flag and refactor config path魏曹先生38 hours1-6/+18
| | | | | | | 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.
* feat: add config command and resource for editing settings魏曹先生39 hours1-0/+110
Add a new `cfg` command to view and edit configuration items stored as key-value pairs in a JSON file.