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

Query help page should mention it's a plugin #1441

Closed apraga closed 2 weeks ago

apraga commented 3 weeks ago

Hi,

Would it be possible to add for query-* page (main, web, json, xml) that it's a plugin (nu_plugin_query) ? It would be easier to find for beginner.

If that's OK, I can contribute to the documentation. Thanks

fdncred commented 3 weeks ago

yes, but it would have to be changed in the rust code because the documentation for commands gets auto generated for the website from the commands when we make a release.

apraga commented 2 weeks ago

@fdncred Do you have any pointer where it's generated ? I could not find it easily. Thanks.

fdncred commented 2 weeks ago

@apraga I think the query plugins are in here https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query