コンソールの色設定PSReadLine 2.0 Set-PSReadLineOption -Colors @{
"Parameter" = [ConsoleColor]::Cyan
"Operator" = [ConsoleColor]::Gray
}
PSReadLine 1.0Set-PSReadlineOption -TokenKind Command -ForegroundColor White 設定の確認Get-PSReadlineOption 参考 |
|
コンソールの色設定PSReadLine 2.0 Set-PSReadLineOption -Colors @{
"Parameter" = [ConsoleColor]::Cyan
"Operator" = [ConsoleColor]::Gray
}
PSReadLine 1.0Set-PSReadlineOption -TokenKind Command -ForegroundColor White 設定の確認Get-PSReadlineOption 参考 |
|