[](https://crates.io/crates/semver-cli-check)
[![fmt/clippy/build](https://github.com/vaporif/semver-cli-check/actions/workflows/ci.yml/badge.svg)](https://github.com/vaporif/semver-cli-check/actions/workflows/ci.yml)
Small semver version checker cli tool
## Installation
Binary
```shell
cargo binstall semver-cli-check
```
From Sources
```shell
cargo install semver-cli-check
```
## Usage
```shell
$ semver-cli-check
```
>Usage: semver-cli-check -r
>
>Arguments:
> SemVer to check
>
>Options:
> -r SemVer requirement describing the intersection of some version comparators, such as >=1.2.3, <1.8.
> -h, --help Print help