I tried this, but it might need piping to handle errors, Maybe the way to handle input isn't through Powershell and lf has its own way of doing this.
cmd symlinkH ${{
Target = Read-Host "where is the target directory?"
symlink /H env:f Target
}}
any help is appreciated.