mirror of
https://github.com/go-task/task.git
synced 2025-12-29 00:24:50 +01:00
- init creates Taskfile.yaml - add changelog entry - add zsh completion support for Taskfile.yaml
7 lines
109 B
YAML
7 lines
109 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
gen:
|
|
cmds:
|
|
- echo included_with_custom_file > included_with_custom_file.txt
|