Pre-requisites:
- pwsh
I recommend using asdf to manage your PowerShell Core versions. You can install PowerShell Core with asdf via:
# Add PowerShell Core plugin and install PowerShell Core
asdf plugin add powershell-core
asdf install powershell-core 7.4.2
asdf global powershell-core 7.4.2This script will print the arugments provided to it.