nushell / nushell.github.io

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

Document query is a plugin. #1446

Closed apraga closed 2 weeks ago

apraga commented 2 weeks ago

Fixes #1441 .

apraga commented 2 weeks ago

Thanks @fdncred for the follow-up ! Can't believe I introduced a typo... The scripts still fails (and has before my change) with a super-long error message that ends with a issue about sort-by category on nushell 0.94.2.

fdncred commented 2 weeks ago

You may need to use 0.94.3. That's what version I used to test it.

apraga commented 2 weeks ago

Even with 0.94.3, I still have the same very long error messages. I'm not sure this PR is theplace to discuss debug issues but it comes from let commands = ( scope commands | join (command-names) name | sort-by category ) .

fdncred commented 2 weeks ago

I've ran it twice without issues.

3 times now image