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: improve update command output to be less verbose
- Remove redundant 'Updating via...' messages from update functions
- Streamline main update function to show version transition in one line
- Simplify success messages to be more concise
- Maintain all interactive functionality and error handling
- Keep essential information while reducing noise
Output now shows:
'Updating from 0.16.0 to 8.3.0...'
'Updated to latest version via npm!'
Instead of multiple verbose step-by-step messages for each operation.
The interactive prompts and functionality remain unchanged.
0 commit comments