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
refactor(plan): extract powershell prefix flags to const
Address review feedback on #345:
- Extract the 5 fixed PowerShell prefix flags to a `const POWERSHELL_PREFIX`
- Build `new_args` via iterator chain instead of manual Vec pushes
- Drop the no-op `let _ = (&program_path, &args);` on non-Windows
0 commit comments