platformsh / legacy-cli

This is the legacy version of Platform.sh's command-line interface. The new version is at: https://github.com/platformsh/cli
https://docs.platform.sh/administration/cli.html
MIT License
224 stars 121 forks source link

Fix SSH error in fish shell: "Missing argument at index 3" #1454

Closed pjcdawkins closed 1 week ago

pjcdawkins commented 2 weeks ago

Fish does not appear to provide an easy method to test for the variable not existing that does not involve double quotes. We need to avoid double quotes because OpenSSH does not support escaping them inside the "Match ... exec" command.