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

Show simpler command names in help (usage + examples) #1324

Closed pjcdawkins closed 9 months ago

pjcdawkins commented 10 months ago

If the command has (visible) aliases, pick the first alias as the "preferred name" of the command to display in the "Usage" and "Examples" section of the help. This also cleans up aliases of some commands for consistency.

image