Skip to content

fish completions don't report aliases #1781

@davinkevin

Description

Hey team, 👋

A small feature request, because I use (and love) task for a long time, and I leverage completions a lot in my day to day work.

However, I'm not able to use aliases the same way, because they are ignored completly from completions script for my shell (that is fish).

See, with this following file:

version: 3

tasks:

  foo:
    aliases:
      - bar
    cmd: echo bar

  another: echo another

I have the following result:

image

The bar task, even if available, is totally ignored.

Can we do something about it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

area: completionsChanges related to shell completions and scripts.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions