Random tag
Command-line utility for generating random tags.

Installation
Crate requires rustc 1.58.0
or greater.
bash
cargo install random-tag
Usage
```
random-tag 0.1.4
Generate random tags
USAGE:
random-tag [OPTIONS]
OPTIONS:
-a, --amount Tags amount from 1 to 255 [default: 1]
-c, --chars Tag chars [default: dfqsvz0123456789]
-h, --help Print help information
-l, --length Tag length from 1 to 255 [default: 6]
-V, --version Print version information
```