PasaOpasen / toml-union

Script to union several *.toml files (usually Poetry pyproject.toml) to simplify manual dependences resolving
MIT License
10 stars 1 forks source link

--unicode-escape is doing the opposite of what it says #7

Open halloleo opened 7 months ago

halloleo commented 7 months ago

It is great to have the --unicode-escape flag! :)

However it is doing the opposite of what it says: The normal behaviour is to escape unicode characters in the output like symbol = "\xf0\x9f\x90\x8d" while with the flag the Unicode characters aren't escaped, but shown plainly like in symbol = ":snake:".

Not a big issue, but maybe a change of option wording should be considered...