Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasks with label: "does not exist" #167

Open
gomes042 opened this issue Nov 14, 2024 · 0 comments
Open

Tasks with label: "does not exist" #167

gomes042 opened this issue Nov 14, 2024 · 0 comments

Comments

@gomes042
Copy link

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant