rust-cli-test 0.1.0

A simple test RUST cli app
Documentation
<div align="center">
  <a href="https://github.com/rousan/rust-cli-test">
    <img width="200" height="200" src="https://avatars3.githubusercontent.com/u/63495711?s=200&v=4">
  </a>
  <br />
  <br />
</div>

[![Crate](https://img.shields.io/crates/v/rust-cli-test.svg)](https://crates.io/crates/rust-cli-test)
[![Contributors](https://img.shields.io/github/contributors/rousan/rust-cli-test.svg)](https://github.com/rousan/rust-cli-test/graphs/contributors)
[![MIT](https://img.shields.io/crates/l/rust-cli-test.svg)](./LICENSE)


# rust-cli-test

A simple test RUST cli app

## Install

### Macos

```sh
 $ bash -c "$(curl -fsSL https://raw.githubusercontent.com/rousan/rust-cli-test/master/install.sh)"
```

### Linux

```sh
 $ bash -c "$(curl -fsSL https://raw.githubusercontent.com/rousan/rust-cli-test/master/install.sh)"
```

### Windows

Please download it from [releases](https://github.com/rousan/rust-cli-test/releases) page.

## Contributing

Your PRs and stars are always welcome.