1
0
mirror of https://github.com/go-task/task.git synced 2025-02-03 13:22:11 +02:00
Pete Davison 1c1be683ab
feat: set and shopt directives (#929)
Co-authored-by: Andrey Nering <andrey@nering.com.br>
2023-01-14 16:41:56 -03:00

15 lines
183 B
YAML

version: '3'
silent: true
tasks:
pipefail:
set: [pipefail]
cmds:
- set -o | grep pipefail
globstar:
shopt: [globstar]
cmds:
- shopt | grep globstar