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
Update Out-File to strip VT by default, add -IncludeEscapeSequences type switch if user wants it in output
Add $OutputPreference variable where the user can set it globally
Update internal LineOutput to strip VT based on $OutputPreference
Summary of the new feature/enhancement
Update Out-File to strip VT by default, add
-IncludeEscapeSequencestype switch if user wants it in outputAdd
$OutputPreferencevariable where the user can set it globallyUpdate internal LineOutput to strip VT based on
$OutputPreference