nushell / nushell.github.io

Nushell's main website, blog, book, and more
https://www.nushell.sh/book/
MIT License
162 stars 401 forks source link

Fix str contains case sensitive option #1463

Closed f3wenbo closed 4 days ago

f3wenbo commented 4 days ago

Change the case sensitive option from '--insensitive' to '--ignore-case'.

f3wenbo commented 4 days ago

When I was learning to use nushell, I found that the case-sensitive option for the command str contains still keeps the old one in the document. So I fixed it and created this pull request.