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
Owner
  • 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.
- 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.
rootiest added 1 commit 2026-05-02 03:13:25 +00:00
feat: implement config management flags
Release on Merge / release (pull_request) Successful in 1m9s
456071f2da
- 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.
rootiest merged commit 67596389ec into main 2026-05-02 03:13:53 +00:00
rootiest deleted branch feat/manage-config 2026-05-02 03:13:54 +00:00
Sign in to join this conversation.