Comment by ramses0
Next level:
   foo -a -b \
   | bar -c -d -e \
   | baz -e -f \
   && echo "DONE."   # && /bin/true
A pattern I typically do
or so, which is less verbose but short and sweet. Obviously slightly different, but : (no-op) seems applicable to your situation.