mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
make range
require the rows (#5710)
This commit is contained in:
parent
e5d38dcff6
commit
fda456e469
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue