google/python-fire

completion option for zsh

Aberta

#64 aberto em 14 de abr. de 2017

 (9 comentários) (8 reações) (0 responsável)Python (1.418 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (26.214 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

I'm using zsh 5.0.8 on OSX 10.11.6.

When I tried to run the generated completion bash for the basic example in README, I got the following error.

_complete-calculatorpy:4: unrecognized modifier C'`

I finally resolved this issue by replacing the : in the bash script with : .

An extra option for completion command will be helpful for zsh user.

Guia do colaborador