1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-10 11:27:02 +02:00

Fix sort signature ()

This commit is contained in:
JT
2022-04-01 13:03:07 +13:00
committed by GitHub
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",