forked from extern/nushell
Fix sort signature (#5055)
This commit is contained in:
parent
1d2d31580b
commit
fa0400c3f2
@ -15,7 +15,7 @@ impl Command for Sort {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn signature(&self) -> nu_protocol::Signature {
|
fn signature(&self) -> nu_protocol::Signature {
|
||||||
Signature::build("sort-by")
|
Signature::build("sort")
|
||||||
.switch("reverse", "Sort in reverse order", Some('r'))
|
.switch("reverse", "Sort in reverse order", Some('r'))
|
||||||
.switch(
|
.switch(
|
||||||
"insensitive",
|
"insensitive",
|
||||||
|
Loading…
Reference in New Issue
Block a user