google/python-fire

completion option for zsh

开放

#64 创建于 2017年4月14日

 (9 条评论) (8 个反应) (0 位负责人)Python (1,418 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (26,214 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南