random chars for random
Generate random chars.
Signature
> random chars {flags}
Flags
--length, -l {int}: Number of chars
Input/output types:
| input | output |
|---|---|
| nothing | string |
Examples
Generate random chars
> random chars
Generate random chars with specified length
> random chars --length 20