mirror of
https://github.com/nushell/nushell.git
synced 2025-01-22 22:29:10 +01:00
make range
require the rows (#5710)
This commit is contained in:
parent
e5d38dcff6
commit
fda456e469
@ -17,7 +17,7 @@ impl Command for Range {
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
Signature::build("range")
|
||||
.optional(
|
||||
.required(
|
||||
"rows",
|
||||
SyntaxShape::Range,
|
||||
"range of rows to return: Eg) 4..7 (=> from 4 to 7)",
|
||||
|
Loading…
Reference in New Issue
Block a user