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
I would like to store binary strings like this: https://stackoverflow.com/a/46458707/1049833 - but it doesn't seem to be supported by shdotenv because "using without quotes is not allowed".
Is there any way around this?
The text was updated successfully, but these errors were encountered:
The reason shdotenv does not support $'...' because it was not standardized in POSIX. But it was standardized in POSIX.1-2024, published on June 14, 2024. Also, many shells already support it, and dash, which is the biggest concern, will be supported in the next version.
$'...' implementation is acceptable. However, it will take some time as I do not have enough time at the moment. Pull Requests are wellcome.
I would like to store binary strings like this: https://stackoverflow.com/a/46458707/1049833 - but it doesn't seem to be supported by shdotenv because "using without quotes is not allowed".
Is there any way around this?
The text was updated successfully, but these errors were encountered: