mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Transfer bashrc enable interpretation of backslash escapes #354
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gelim on GitHub.
In the bashrc snippet you display here : https://github.com/dutchcoders/transfer.sh/blob/master/transfersh-web/index.html#L153
You probably want to enable interpretation of backslash by changing
echotoecho -eThat would allow to have a properly formatted error messages when no argument is passed to the function.
At the moment it looks like this:
Cheers,
Mathieu
@nl5887 commented on GitHub:
Fixed! thx.