civo / cli-rubygem

Command line interface for interacting with Civo's cloud API
https://www.civo.com
MIT License
15 stars 4 forks source link

Aliases (issue 21) #22

Closed kaihoffman closed 5 years ago

kaihoffman commented 5 years ago

Aliases get and inspect for show in methods where this is an option. Aliases ls and all for list where this is an option. Makes help the default method if the method is called with no specifics and it has multiple options (not for quota or sizes, essentially).

Closes #21