nushell/docs/commands/random-chars.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +00:00

23 lines
326 B
Markdown

# random chars
Generate random chars
## Usage
```shell
> random chars {flags}
```
## Flags
* -h, --help: Display this help message
* -l, --length <integer>: Number of chars
## Examples
Generate random chars
```shell
> random chars
```
Generate random chars with specified length
```shell
> random chars -l 20
```