Add negative lower-bound example
This commit is contained in:
parent
f4b2edfdc6
commit
a733e56e0b
|
@ -59,8 +59,8 @@ impl Command for SubCommand {
|
|||
result: None,
|
||||
},
|
||||
Example {
|
||||
description: "Generate a random integer between 1 (inclusive) and 10 (inclusive)",
|
||||
example: "random int 1..10",
|
||||
description: "Generate a random integer between -10 (inclusive) and 10 (inclusive)",
|
||||
example: "random int (-10)..10",
|
||||
result: None,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user