mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 00:57:49 +02:00
Add long options for platform and random (#10776)
This commit is contained in:
@ -54,7 +54,7 @@ impl Command for SubCommand {
|
||||
},
|
||||
Example {
|
||||
description: "Generate random chars with specified length",
|
||||
example: "random chars -l 20",
|
||||
example: "random chars --length 20",
|
||||
result: None,
|
||||
},
|
||||
]
|
||||
|
@ -60,7 +60,7 @@ impl Command for SubCommand {
|
||||
},
|
||||
Example {
|
||||
description: "Roll 10 dice with 12 sides each",
|
||||
example: "random dice -d 10 -s 12",
|
||||
example: "random dice --dice 10 --sides 12",
|
||||
result: None,
|
||||
},
|
||||
]
|
||||
|
Reference in New Issue
Block a user