Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

Use consistent grammar for Help printouts #228

Closed GuyKh closed 3 years ago

GuyKh commented 3 years ago

Summary

Use consistent grammar for Help printouts

Currently - this thie printout:

  insight:basic|ib <number>                                         Get details about this number
  insight:standard|is [options] <number>                            Get more details about this number like the current carrier. This operation will incur a fee.
  insight:advanced|ia [options] <number>                            Get more details about this number like the roaming status and current country of the phone. This operation will incur a fee.
  price:sms|ps <number>                                             Gives you the cost of sending an outbound text to a number.
  price:voice|pv <number>                                           Gives you the cost of making an outbound call to a number.
  price:country|pc <country_code>                                   Gives you the cost of sending an outbound text message to the given country ID.

This is inconsistent - Get vs Gives -- I've alligned all to Get

Other Information