mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 22:48:25 +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(),
|
||||
"--short-names".into(),
|
||||
"--threads".into(),
|
||||
"-D".into(),
|
||||
"-a".into(),
|
||||
"-D".into(),
|
||||
"-d".into(),
|
||||
"-f".into(),
|
||||
"-h".into(),
|
||||
|
Reference in New Issue
Block a user