Crates.io | ver |
lib.rs | ver |
version | 0.1.0 |
source | src |
created_at | 2016-02-20 05:42:22.07367 |
updated_at | 2016-02-20 05:42:22.07367 |
description | Edit and compare semantic version numbers. |
homepage | https://github.com/kherge/ver/ |
repository | https://github.com/kherge/ver.git |
max_upload_size | |
id | 4223 |
size | 5,869 |
Edit and compare semantic version numbers.
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.
Install using Cargo.
cargo install ver
Released under the MIT license.