-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
bugSomething isn't workingSomething isn't working
Description
PS D:\JobUtil\skills> .\install.ps1 -List
Available Skills:
Write-Host : 无法绑定参数“ForegroundColor”。无法将值“Green -NoNewline
Write-Host ”转换为类型“System.ConsoleColor”。错误:“无法将标识符名称 Green -NoNewline
Write-Host 与有效的枚举器名称相匹配。请指定以下枚举器名称之一,然后重试:
Black, DarkBlue, DarkGreen, DarkCyan, DarkRed, DarkMagenta, DarkYellow, Gray, DarkGray, Blue, Green, Cyan, Red, Magenta
, Yellow, White”
所在位置 D:\JobUtil\IntelliJ IDEA 2025.1WorkSpace\skills\install.ps1:74 字符: 43
-
Write-Host $Text -ForegroundColor $Color -NoNewline -
~~~~~~- CategoryInfo : InvalidArgument: (:) [Write-Host],ParentContainsErrorRecordException
- FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.WriteHostCommand
PS D:\JobUtil\skills>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working