abgox / PSCompletions

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

[Bug]: 导入PSCcompletions模块时报错 #41

Closed JHXs closed 2 weeks ago

JHXs commented 2 weeks ago

开始之前...

你正在使用什么 Powershell 版本?

PowerShell

你正在使用什么系统环境?

Windows

bug 复现步骤

使用scoop安装pwsh和PSCompletions 模块,安装好之后,输入Import-Module PSCompletions 系统版本:Win10 22h2 企业版 pwsh版本如下: 图片

期望结果

No response

实际发生了什么?

我使用scoop安装pwsh和PSCompletions 模块,安装好之后,输入Import-Module PSCompletions得到如下输出: 图片 我的$PROFILE文件如下: 图片 根据报错显示的是init.ps1第1231和1233行运行错误,请问这个怎么解决,谢谢!

还有其他你想要补充的信息吗?

使用Install-Module PSCompletions -Scope CurrentUser安装模块再导入也报错

abgox commented 2 weeks ago