jazzband/pip-tools

[advice] pip-{compile,sync} have completions, why not add some document about it to README.md?

已关闭

#1,702 创建于 2022年10月13日

 (3 条评论) (1 个反应) (0 位负责人)Python (670 个派生)batch import
docsgood first issue

仓库指标

星标
 (8,007 个星标)
PR 合并指标
 (平均合并 1天 21小时) (30 天内合并 3 个 PR)

描述

See https://click.palletsprojects.com/en/8.1.x/shell-completion/#enabling-completion.

_PIP_SYNC_COMPLETE=zsh_source pip-sync |sudo tee /usr/share/zsh/site-functions/_pip-sync
_PIP_COMPILE_COMPLETE=zsh_source pip-compile |sudo tee /usr/share/zsh/site-functions/_pip-compile

贡献者指南