You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve handling of types in option input_type validation (#2893)
* fix: improve handling of Union and tuple types in option input_type validation
* fix: Option type handling for multiple Literals
Updates Option type resolution to return a Union of Literals when all filtered types are Literal, ensuring correct type annotation for command options.
---------
Co-authored-by: Lala Sabathil <[email protected]>
0 commit comments