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

Hostname fix #23

Closed kaihoffman closed 5 years ago

kaihoffman commented 5 years ago

Captures usage of instance create HOSTNAME as well as instance create --name=HOSTNAME and intance create --hostname=HOSTNAME so that they all behave the same.

If --name is present it takes precedence over any argument-provided name.