functions/ui/Get-CursorPosition.ps1

1
2
3
4
5
function Get-CursorPosition {
    process {
        $host.UI.RawUI.CursorPosition
    }
}