amber-lang / amber

💎 Amber the programming language compiled to Bash
https://amber-lang.com
GNU General Public License v3.0
3.86k stars 83 forks source link

fix: remove extra spaces in echo helpers #491

Closed karpfediem closed 1 week ago

karpfediem commented 1 week ago

The echo helper functions in std/env prepend and append extra spaces around the given text. This leads to weird shifts of input text like this:

image