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
Feat: Enhance optional parameter handling in CLI args parser
Added fallback value support for optional parameters when the property type isn't boolean. This ensures proper handling of defaults using property initializers or a defined "default" value. Updated logic improves robustness and clarity in optional parameter handling.
0 commit comments