-
-
Notifications
You must be signed in to change notification settings - Fork 794
Labels
area: completionsChanges related to shell completions and scripts.Changes related to shell completions and scripts.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: completionsChanges related to shell completions and scripts.Changes related to shell completions and scripts.