feat: implement config management flags #4

Merged
rootiest merged 1 commits from feat/manage-config into main 2026-05-02 03:13:53 +00:00

1 Commits

Author SHA1 Message Date
rootiest 456071f2da feat: implement config management flags
Release on Merge / release (pull_request) Successful in 1m9s
- Add `--get-config` to print the current configuration.

- Add `--set-config` to update specific configuration keys in the TOML file.

- Add `--reset-config` to restore the default configuration.

- Refactor `do_install` to use the new `write_default_config` function.

- Update `--help` text to document the new configuration management flags.
2026-05-01 23:13:06 -04:00