未验证 提交 b06b44eb 编写于 作者: S SuperfastTimeTraveler 提交者: GitHub

Fixed zsh completion for pep582 flag (#1218)

上级 9decf9f2
Fixed a bug with `zsh` completion regarding `--pep582` flag.
......@@ -43,7 +43,7 @@ _pdm() {
{-c,--config}'[Specify another config file path(env var: PDM_CONFIG_FILE)]' \
{-V,--version}'[Show the version and exit]' \
{-I,--ignore-python}'[Ignore the Python path saved in the .pdm.toml config]' \
'--pep582=[Print the command line to be eval by the shell]:shell:(zsh bash fish tcsh csh)' \
'--pep582:Print the command line to be eval by the shell:shell:(zsh bash fish tcsh csh)' \
'*:: :->_subcmds' \
&& return 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册