Description
Since at least 3.46.1, the fish tab completion isn't working as expected. In the below example, I used tab-completion for the task name in the third command.
$ cat Taskfile.yml
# yaml-language-server: $schema=https://taskfile.dev/schema.json
version: "3"
tasks:
default:
desc: "Default task"
cmds:
- echo "Hello, World!"
$ task --list
task: Available tasks for this project:
* default: Default task
$ task '* default: Default task'
task: Available tasks for this project:
* default: Default task
task: Task "* default: Default task" does not exist
Version
3.46.2
Operating system
macOS 26.2 (25C56)
Experiments Enabled
No response
Example Taskfile
N/A, applies to any Taskfile. See above for minimal example.