-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
- Task version: v3.39.0 (h1:Loe6ppP1x38Puv1M2wigp91bH/garCt0vLWkJsiTWNI=)
- Operating System: Windows 11
Taskfile.yml
version: '3'
tasks:
# 1
hello-with-label:
label: "Hello World π"
desc: Print Hello World
cmds:
- echo "Hello World"
# 2
hello-without-label:
desc: Print Hello World
cmds:
- echo "Hello World"
#1
OUTPUT ERROR β
task: Available tasks for this project:
* hello-with-label: Print Hello World
* hello-without-label: Print Hello World
task: Task "Hello World π" does not exist
task: completed with code 200
#2
OUTPUT OK β
task: [hello-without-label] echo "Hello World"
Hello World
task: completed with code 0
Metadata
Metadata
Assignees
Labels
No labels