Add negative lower-bound example

This commit is contained in:
NotTheDr01ds 2024-07-31 16:24:41 -04:00
parent f4b2edfdc6
commit a733e56e0b

View File

@ -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,
},
]