Currently PowerShell only supports 1 command line argument (besides the default ones which Gnome handles.) This argument tells PowerShell to execute a specific program rather than the user's default shell.
Syntax:
powershell -e /usr/bin/pine powershell --execute=/usr/bin/pineBoth are valid forms of the same argument, and both will execute /usr/bin/pine rather than the default shell.