buildkite / cli

A command line interface for Buildkite.
MIT License
169 stars 44 forks source link

support flag for folks who use that kind of thing #368

Closed mcncl closed 2 months ago

mcncl commented 2 months ago

Changes

Some of our older users 😛 will be used to --version or -v for printing the version, so let's support that.

sj26 commented 2 months ago

Nice!

https://www.gnu.org/prep/standards/html_node/Command_002dLine-Interfaces.html

All programs should support two standard options: ‘--version’ and ‘--help’.

sj26 commented 2 months ago

Note that -V (upper case) is typically for "version", and -v (lower case) is typically --verbose.