src/ptx.ps1

#!/usr/bin/env pwsh
$ErrorActionPreference = "Stop"
Set-StrictMode -Version Latest


# See: https://www.gnu.org/software/coreutils/manual/html_node/ptx-invocation.html
function ptx {
    throw [System.NotImplementedException]::new("TODO: Implement ptx.")
}