1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-24 05:32:42 +01:00
nushell/docs/commands/random-chars.md
JT bff81f24aa
Autogenerate missing docs ()
* Autogenerate missing docs

* Update ansi.md

* Rename question mark command docs

* Delete empty?.md
2021-05-30 12:57:04 +12:00

24 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
```