forked from extern/nushell
Adds random command with uuid subcommand (#2050)
This commit is contained in:
12
docs/commands/random.md
Normal file
12
docs/commands/random.md
Normal file
@ -0,0 +1,12 @@
|
||||
# random
|
||||
|
||||
Use `random` to generate random values
|
||||
|
||||
* `random uuid`: Generate a random uuid4 string
|
||||
|
||||
## Examples
|
||||
|
||||
```shell
|
||||
> random uuid
|
||||
8af4de39-acbc-42f0-94d1-7cfad6c01f8b
|
||||
```
|
Reference in New Issue
Block a user