fix: a couple of fixes and improvements on `task --init` by andreynering · Pull Request #2433 · go-task/task

andreynering

pd93

@andreynering andreynering changed the title feat: a few fixes and improvements on task --init fix: a couple of fixes and improvements on task --init

Sep 23, 2025

@pd93 pd93 mentioned this pull request

Oct 1, 2025

vmaerten

@andreynering

* Fixed check for an existing Taskfile: look for all possibilities, and
  not only `Taskfile.yml` specifically.
* Added a description (`desc`) to the `default` task. Important to at
  least `task --list` work by default (a core feature).
* Changed top comment to YAML language server comment.

Copilot AI pushed a commit to libor-m/task that referenced this pull request

Mar 27, 2026
* Fixed check for an existing Taskfile: look for all possibilities, and
  not only `Taskfile.yml` specifically.
* Added a description (`desc`) to the `default` task. Important to at
  least `task --list` work by default (a core feature).
* Changed top comment to YAML language server comment.
Co-authored-by: libor-m <1497769+libor-m@users.noreply.github.com>

Copilot AI pushed a commit to libor-m/task that referenced this pull request

Mar 27, 2026
Co-authored-by: libor-m <1497769+libor-m@users.noreply.github.com>