pydoit / doit

CLI task management & automation tool
http://pydoit.org
MIT License
1.87k stars 175 forks source link

Zsh tab-completion ignores `-f` and `-k` command line options #299

Open firerain42 opened 5 years ago

firerain42 commented 5 years ago

On Zsh the tab-completion ignores the -f and -k command line options.

In both cases, if there is a dodo.py file in the current directory, the tasks defined in this file are listed.

Tested version:

$ doit --version
0.31.1
$ zsh --version           
zsh 5.4.2 (x86_64-ubuntu-linux-gnu)

Fund with Polar

schettino72 commented 5 years ago

This is just not implemented, might be a bit tricky to do...