Skip to content

Completions not working in fish shell #2686

@eli-yip

Description

@eli-yip

Steps to reproduce

When I have a justfile like this:

run-frontend:
  echo "just frontend"

Then I typed just run-fr and pressed tab to complete, some errors occured:

just run-frerror: Failed to read justfile at `/xxx/tmp/r`: No such file or directory (os error 2)

But if I typed just run-f or less letters, completions work fine. Other similar commands such as run-backend will not trigger this problem.

Environments

System: MacOS 15.3.2
Shell: fish 4.0.1
just: 1.40.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions