mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:57:44 +02:00
Add long options for filters (#10641)
This commit is contained in:
@ -225,7 +225,7 @@ fn table_with_ignore_case() {
|
||||
['Geremias', {plate: 'Bitoque', carbs: 100}]
|
||||
]
|
||||
)],
|
||||
] | uniq -i
|
||||
] | uniq --ignore-case
|
||||
"#
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user