mikefarah / yq

yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor
https://mikefarah.gitbook.io/yq/
MIT License
12.33k stars 602 forks source link

Fish completion disallows file names #2145

Open jonashaag opened 2 months ago

jonashaag commented 2 months ago

Describe the bug

Type

yq <TAB>

or

yq /tmp/f<TAB>

Version of yq: 4.44.3 Operating system: macOS Installed via: Homebrew

Actual behavior

The former completes just the subcommands and no files. The latter completes nothing.

Expected behavior

It should complete file names in both cases