Skip to content

support option append#1413

Closed
liangkarl wants to merge 1 commit into
jonas:masterfrom
liangkarl:option-append
Closed

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

Conversation

@liangkarl
Copy link
Copy Markdown
Contributor

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.

@koutcher
Copy link
Copy Markdown
Collaborator

Good idea, thanks.

koutcher pushed a commit that referenced this pull request Apr 14, 2026
[tk: added doc and test]
@koutcher koutcher closed this Apr 14, 2026
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.

2 participants