How do I only build the current line when working with PowerShell?
Let say I have this code:
Write-Host 'Do not want to run this line.'
Write-Host 'I want to run this line.'
How do I place the caret on this line and run it?
Write-Host 'I want to run this line.'