mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 01:12:30 +02:00
Update flag_completions test to respect case insensitivity when sorting
This commit is contained in:
@ -955,8 +955,8 @@ fn flag_completions() {
|
|||||||
"--mime-type".into(),
|
"--mime-type".into(),
|
||||||
"--short-names".into(),
|
"--short-names".into(),
|
||||||
"--threads".into(),
|
"--threads".into(),
|
||||||
"-D".into(),
|
|
||||||
"-a".into(),
|
"-a".into(),
|
||||||
|
"-D".into(),
|
||||||
"-d".into(),
|
"-d".into(),
|
||||||
"-f".into(),
|
"-f".into(),
|
||||||
"-h".into(),
|
"-h".into(),
|
||||||
|
Reference in New Issue
Block a user