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: avoid variable shadowing by renaming local 'alpha' variable
The local variable 'alpha' was shadowing the imported 'alpha' package,
causing ambiguity and potential readability issues. Renamed to 'cmd' and
'cmds' to improve clarity and avoid name collision.
0 commit comments