functions/ui/Get-CursorPosition.ps1

function Get-CursorPosition {
    process {
        $host.UI.RawUI.CursorPosition
    }
}