forked from extern/nushell
bff81f24aa
* Autogenerate missing docs * Update ansi.md * Rename question mark command docs * Delete empty?.md
326 B
326 B
random chars
Generate random chars
Usage
> random chars {flags}
Flags
- -h, --help: Display this help message
- -l, --length : Number of chars
Examples
Generate random chars
> random chars
Generate random chars with specified length
> random chars -l 20