ver

Crates.iover
lib.rsver
version0.1.0
sourcesrc
created_at2016-02-20 05:42:22.07367
updated_at2016-02-20 05:42:22.07367
descriptionEdit and compare semantic version numbers.
homepagehttps://github.com/kherge/ver/
repositoryhttps://github.com/kherge/ver.git
max_upload_size
id4223
size5,869
wrangler (github:cloudflare:wrangler)

documentation

https://kherge.github.io/ver/

README

Build Status Crates.io

ver

Edit and compare semantic version numbers.

Usage

Usage: ver [OPTIONS] VERSION [VERSION]
Edit and compare semantic version numbers.

Options:
    -1, --major         Increment the major version number.
    -2, --minor         Increment the minor version number.
    -3, --patch         Increment the patch version number.
    -e, --equal-to      Confirm VERSION is equal to VERSION.
    -g, --greater-than  Confirm VERSION is greater than VERSION.
    -h, --help          Displays this help mssage.
    -l, --less-than     Confirm VERSION is less than VERSION.
    -v, --version       Displays the version of this program.

Installation

Install using Cargo.

cargo install ver

License

Released under the MIT license.

Commit count: 7

cargo fmt