Some error/success messages use unicode special characters, such as ✓ to display negative or positive results, however in Windows terminals it was observed that these icons don't render correctly.
Acceptance Criteria
Ensure that icons render consistently cross-platform.
These icons are printed via a public function at styles.go, so any platform-specific logic can be handled in one location.
Some error/success messages use unicode special characters, such as ✓ to display negative or positive results, however in Windows terminals it was observed that these icons don't render correctly.
Acceptance Criteria
Ensure that icons render consistently cross-platform.
These icons are printed via a public function at styles.go, so any platform-specific logic can be handled in one location.