Skip to content

fix: preserve chained flags after kwargs calls#663

Open
yetval wants to merge 1 commit into
google:masterfrom
yetval:fix/chained-kwargs-flags
Open

fix: preserve chained flags after kwargs calls#663
yetval wants to merge 1 commit into
google:masterfrom
yetval:fix/chained-kwargs-flags

Conversation

@yetval

@yetval yetval commented Apr 29, 2026

Copy link
Copy Markdown

Avoid greedily consuming flags into an intermediate callable when it accepts **kwargs and the command continues into a chained call. Keep those flags available for the next component in the chain.

Add a regression test for the dataclass example from issue #659.

Refs #659.

@yetval yetval force-pushed the fix/chained-kwargs-flags branch from eb2089d to 355c4f7 Compare April 29, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant