danhper / fundle

A minimalist package manager for fish shell
MIT License
374 stars 22 forks source link

Fundle completions rely on fish-completion-helpers #2

Closed brgmnn closed 8 years ago

brgmnn commented 8 years ago

The fundle completions rely on your fish-completion-helpers (https://github.com/tuvistavie/fish-completion-helpers) for both __fish_prog_needs_command and __fish_prog_using_command however they're not mentioned in the readme. Perhaps there should be a section in the readme for the completions mentioning the requirement on fish-completion-helpers?

I personally solved this by just installing fish-completion-helpers with fundle.

danhper commented 8 years ago

You are perfectly right, I forgot to mention it. I just updated the readme, thanks!