Skip to content

Bash, Zsh: fix arguments after a heredoc

Before:

cat <<EOF -a
          ^ command

After:

cat <<EOF -a
          ^ option

Merge request reports