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: use printf directly instead of string concatenation
Replace string concatenation with direct printf calls for building
the profiles list message. This is more maintainable and consistent
with other printf statements in the script.
Benefits:
- Avoids error-prone string building with ANSI escape sequences
- More consistent with the rest of the script
- Cleaner and easier to maintain
- No temporary variables needed
Addresses Copilot AI code review suggestion.
0 commit comments