Also add tests for cmd and multiline cmd

This commit is contained in:
Mikkel Mondrup Kristensen 2025-04-07 20:58:48 +02:00
parent 312a4e945e
commit 3a5f4aef47

View file

@ -13,3 +13,12 @@ tasks:
- echo "{{.GREETING}}"
# ^ @bash
silent: true
cmd:
cmd: echo "{{.GREETING}}"
# ^ @bash
silent: true
cmd-block:
cmd: |
echo "{{.GREETING}}"
# ^ @bash
silent: true