bcgov / gwa-cli

Apache License 2.0
6 stars 1 forks source link

Windows icons not rendering correctly #96

Open Jonesy opened 11 months ago

Jonesy commented 11 months ago

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.