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
Prompt messages are unquoted which requires them to be valid shell. Any
values not quoted become prompt messages and are exclusively for human
consumption. This is why we're removing backslashes from any form of
parentheses.
Fixes#709.
Hello there!
Just an optical inconvenience...
Given following snippet:
Result:
The backslash-escape in front of the parentheses is required in bash. Runme should probably parse, sanitize and display these properly.
The text was updated successfully, but these errors were encountered: