A command-line tool to generate random { cuid, nanoid, uuidv4 } ids.
```
get-id
with cargo:
```
```
Basic usage: ```sh
```
Help: ```sh
getid -- Generate a random { cuid, nanoid, uuidv4 }.
Usage:
getid
Commands: cuid Generate a random cuid. nanoid Generate a random nanoid. uuidv4 Generate a random uuidv4.
Options: -v, --version Show program version. -h, --help Show this help again.
Type 'getid
Basic usage:
sh
getid cuid
Help: ```sh
getid cuid -- Generate a random 'cuid'.
Usage: getid cuid [--slug]
Options: --slug Generate a smaller id (7-10 characters) intended for short urls. -h, --help Show this help again.
For more information on the 'cuid' format, see: https://github.com/ericelliott/cuid. ```
Basic usage: ```sh
```
Help: ```sh
getid nanoid -- Generate a random 'nanoid'.
Usage:
getid nanoid [--length
Options:
--length
For more information on the 'nanoid' format, see: https://zelark.github.io/nano-id-cc/. ```
Basic usage: ```sh
```
Help: ```sh
getid uuidv4 -- Generate a random 'uuidv4'.
Usage: getid uuidv4 [--urn]
Options: --urn Format the generated id as 'urn'. -h, --help Show this help again.
For more information on the 'uuidv4' format, see: https://en.wikipedia.org/wiki/Universallyuniqueidentifier#Version4(random). ```