Closed LukasMarsch closed 1 year ago
Once you run Get-ColorWheel, Pansies will load and this replaces the default Write-Host with it's implementation If you want this all the time, then load Pansies in your Profile then all calls to write-host will use the Pansies version in that session
Hope that helps @LukasMarsch!
You can call PANSIES\Write-Host
explicitly -- otherwise, it only clobbers the built-in Write-Host when you have Pansies imported.
You can import it in your profile, locally, that takes care of everything.
In scripts, you should #requires -module Pansies
In modules, you should add it to your module manifest in RequiredModules = @('Pansies')
When i load up a new Console and try to
I get an Error
This is from the Legacy Write-Host command. Once i call for example
I can run my first Write-Host command as expected
Terminal: Alacritty
Example: