abgox / PSCompletions

A completion manager for better and simpler use completions in PowerShell. 一个补全管理模块,更简单、更方便的在 PowerShell 中使用命令补全。
https://pscompletions.pages.dev
MIT License
66 stars 4 forks source link

增加对 pdm 的补全 #14

Open F-park opened 1 month ago

F-park commented 1 month ago

需求背景

pdm 有自己的补全,使用该作者自制的 pycomplete 生成,但在我的 powershell 上无法工作。 所以找到了这个项目,希望能增加对 pdm 的补全

项目介绍

Python 环境管理器

补全参考

https://github.com/pdm-project/pdm/blob/157c836774b9519f83dd87fa407727b2c08cc1f5/src/pdm/cli/completions/pdm.ps1#L190

abgox commented 1 month ago
F-park commented 1 month ago

好的,感谢