mirror of
https://github.com/go-task/task.git
synced 2025-12-24 00:21:41 +02:00
8 lines
77 B
YAML
8 lines
77 B
YAML
|
|
version: '3'
|
||
|
|
|
||
|
|
tasks:
|
||
|
|
qux:
|
||
|
|
aliases: [q, x]
|
||
|
|
cmds:
|
||
|
|
- echo "qux"
|