Add long options for filters (#10641)

This commit is contained in:
Hofer-Julian
2023-10-08 13:12:46 +02:00
committed by GitHub
parent bcf3537395
commit ff6c0fcb81
22 changed files with 47 additions and 47 deletions

View File

@ -225,7 +225,7 @@ fn table_with_ignore_case() {
['Geremias', {plate: 'Bitoque', carbs: 100}]
]
)],
] | uniq -i
] | uniq --ignore-case
"#
));