mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 19:57:44 +02:00
Autogenerate missing docs (#3514)
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
This commit is contained in:
23
docs/commands/random-chars.md
Normal file
23
docs/commands/random-chars.md
Normal file
@ -0,0 +1,23 @@
|
||||
# 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
|
||||
```
|
||||
|
Reference in New Issue
Block a user