Hello, First off, thank you for creating and maintaining Bashly. I found it recently and it is an incredibly well-designed tool that has made writing and managing Bash scripts so much easier and more structured. I really appreciate the effort and dedication you’ve put into this project. Keep up the fantastic work! This PR adds handling for quoted heredocs. Right now, Bashly doesn't recognize quoted heredocs so the generated script fails with syntax errors when executed. When the heredoc delimiter is single-quoted or double-quoted, lines in the here-document are not expanded (parameter expansion, command substitution, etc... are ignored). Here is a [link](https://www.gnu.org/software/bash/manual/bash.html#Here-Documents) to the related section in the Bash manual. Also, this [article](https://phoenixnap.com/kb/bash-heredoc#Bash_HereDoc_Syntax) may help explain a bit further. Link related: #496
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by rob4226 and has received 2 comments.