Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabric autocomplete plugin errors #5134

Closed
vil-s opened this issue Jun 1, 2016 · 2 comments
Closed

Fabric autocomplete plugin errors #5134

vil-s opened this issue Jun 1, 2016 · 2 comments

Comments

@vil-s
Copy link

vil-s commented Jun 1, 2016

The autocomplete for Fabric throws errors when trying to autocomplete.

Steps to reproduce:

Add the fabric plugin to the plugins to load:

# ~/.zshrc
plugins=(fabric)

Install Fabric:

$ pip install fabric

Try to use autocomplete:

$ fab <press tab>
_arguments:comparguments:312: invalid argument:
_fab:61: command not found: (--hide=-)--hide=-[comma-separated list of output levels to hide]: :->levels
_arguments:comparguments:312: invalid argument:
_fab:61: command not found: (--hide=-)--hide=-[comma-separated list of output levels to hide]: :->levels
_arguments:comparguments:312: invalid argument:
_fab:61: command not found: (--hide=-)--hide=-[comma-separated list of output levels to hide]: :->levels

System details:

  • Mac OS X v10.11.5
  • Fabric v1.11.1
  • zsh v5.0.8
@svenXY
Copy link
Contributor

svenXY commented Jun 16, 2016

I have the same problem on Arch Linux

Fabric 1.10.2
zsh 5.2 (x86_64-unknown-linux-gnu)

@vil-s
Copy link
Author

vil-s commented Aug 12, 2016

fixed by zsh-users/zsh-completions#437

@vil-s vil-s closed this as completed Aug 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants