When running RovoDev CLI and the `cat` tool is used with multiline content like:
cat > somefile.txt < 'EOF'\nWHAT\nEVER\nHERE...
Rovo asks me for allowing every line of the the content, e.g.
WHAT -> I need to allow to continue
EVER -> I need to allow to continue
HERE -> I need to allow to continue
Why? How to work around it ? Should I include something in my config, like "don't do multiline cat commands" ?
Thanks