Skip to content

Added backslash escape in command

Lamibe requested to merge cons-escape into next

An hack to allow putting double quotes in commands parameters by using the '' character within a quoted parameter.

For example to echo "a quote" we can do echo ""a quote""

It can also be useful for nested commands but I don't see an use case for this in vanilla.

Merge request reports