Skip to content

support option append#1413

Open
liangkarl wants to merge 1 commit intojonas:masterfrom
liangkarl:option-append
Open

support option append#1413
liangkarl wants to merge 1 commit intojonas:masterfrom
liangkarl:option-append

Conversation

@liangkarl
Copy link
Copy Markdown

Adding append support for string-based options makes tigrc configuration more composable and less error-prone. Today, options such as main-options must be rewritten in full whenever a user wants to add one more argument, which leads to duplication and makes small customizations harder to maintain. With append support, users can keep a shared base configuration and extend it incrementally in later config blocks or local overrides. This improves readability, reduces accidental loss of existing arguments, and makes configuration layering much easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant