Skip to content

Tasks with label: "does not exist"Β #167

@gomes042

Description

@gomes042
  • 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"

Image

#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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions